mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Set logging level to 'info' for message about init system detection
This commit is contained in:
parent
d1a6bb72ac
commit
3f20cc01ed
@ -1250,8 +1250,8 @@ def os_data():
|
||||
elif salt.utils.which('supervisord') in init_cmdline:
|
||||
grains['init'] = 'supervisord'
|
||||
else:
|
||||
log.error(
|
||||
'Could not determine init location from command line: ({0})'
|
||||
log.info(
|
||||
'Could not determine init system from command line: ({0})'
|
||||
.format(' '.join(init_cmdline))
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user