Explorar o código

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

Romain Rigaux %!s(int64=9) %!d(string=hai) anos
pai
achega
79fcd81b79
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: