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:
Erik Johnson 2018-07-04 22:44:23 -05:00
parent 871c9e3b98
commit d758995763
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -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)
)