mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Change log start to a WARN rather than an INFO
This commit is contained in:
parent
b03decb4dd
commit
8702dd5a6f
@ -110,7 +110,7 @@ class Master(SMaster):
|
||||
'''
|
||||
Turn on the master server components
|
||||
'''
|
||||
log.info('Starting the Salt Master')
|
||||
log.warn('Starting the Salt Master')
|
||||
multiprocessing.Process(target=self._clear_old_jobs).start()
|
||||
aes_funcs = AESFuncs(self.opts, self.crypticle)
|
||||
clear_funcs = ClearFuncs(
|
||||
|
Loading…
Reference in New Issue
Block a user