浏览代码

HUE-4296 [core] Need info message if kt_renwer exits due to no hue_keytab

Romain Rigaux 9 年之前
父节点
当前提交
79fcd81b79
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/kt_renewer.py

+ 1 - 1
desktop/core/src/desktop/kt_renewer.py

@@ -94,7 +94,7 @@ def detect_conf_var():
 
 def run():
   if CONF.HUE_KEYTAB.get() is None:
-    LOG.debug("Keytab renewer not starting, no keytab configured")
+    LOG.info("Keytab renewer not starting, no keytab configured")
     sys.exit(0)
 
   while True: