Pārlūkot izejas kodu

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

Romain Rigaux 9 gadi atpakaļ
vecāks
revīzija
79fcd81
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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: