mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Added log messages with halite startup info
This commit is contained in:
parent
0e9fdd9e46
commit
eb709c7a17
@ -530,8 +530,14 @@ class ReqServer(object):
|
||||
If halite is configured and installed, fire it up!
|
||||
'''
|
||||
if HAS_HALITE and 'halite' in self.opts:
|
||||
log.info('Halite: Starting up ...')
|
||||
self.halite = Halite(self.opts['halite'])
|
||||
self.halite.start()
|
||||
else:
|
||||
log.info('Halite: Not starting. '
|
||||
'Package available is {0}. '
|
||||
'Opts for "halite" exists is {1}.'\
|
||||
.format(HAS_HALITE, 'halite' in self.opts))
|
||||
|
||||
def run(self):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user