summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/hostype.py
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/LinHES-config/hostype.py')
-rw-r--r--abs/core-testing/LinHES-config/hostype.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/LinHES-config/hostype.py b/abs/core-testing/LinHES-config/hostype.py
index 4dde3dc..0bbd16e 100644
--- a/abs/core-testing/LinHES-config/hostype.py
+++ b/abs/core-testing/LinHES-config/hostype.py
@@ -60,7 +60,7 @@ def setup_syslog(dbhost):
return
def hostypeprint(systemconfig):
- logging.debug("______Start of hostype config_____")
+ logging.info("______Start of hostype config_____")
mv_common.services(systemconfig)
install_list=''
remove_list=''
@@ -144,4 +144,4 @@ def hostypeprint(systemconfig):
setup_func_minion(dbhost)
setup_func_key()
setup_syslog(systemconfig["dbhost"])
- logging.debug("__End of hostype config")
+ logging.info("__End of hostype config\n")