mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Switch init system log message to debug
This prevents unnecessarily info logging when running Salt in environments without an init system (e.g. Docker).
This commit is contained in:
parent
871c9e3b98
commit
d758995763
1 changed files with 1 additions and 1 deletions
|
@ -1597,7 +1597,7 @@ def os_data():
|
|||
# my_init as pid1
|
||||
grains['init'] = 'runit'
|
||||
else:
|
||||
log.info(
|
||||
log.debug(
|
||||
'Could not determine init system from command line: (%s)',
|
||||
' '.join(init_cmdline)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue