Don't bother user with useless debug message

parent 0843bf86
......@@ -67,7 +67,7 @@ def launchSupervisord(socket, configuration_file):
break
else:
if status['statename'] == 'RUNNING' and status['statecode'] == 1:
logger.info('Supervisord already running.')
logger.debug('Supervisord already running.')
return
elif status['statename'] == 'SHUTDOWN_STATE' and status['statecode'] == 6:
logger.info('Supervisor in shutdown procedure, will check again later.')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment