mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Set logging level to 'info' for message about init system detection
This commit is contained in:
parent
d1a6bb72ac
commit
3f20cc01ed
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue