mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
salt-call
was not setting up the logfile logging!
This commit is contained in:
parent
c9cb4c220c
commit
38d9fd2e5d
@ -226,6 +226,9 @@ class SaltCall(parsers.SaltCallOptionParser):
|
||||
if self.options.local:
|
||||
self.config['file_client'] = 'local'
|
||||
|
||||
# Setup file logging!
|
||||
self.setup_logfile_logger()
|
||||
|
||||
caller = salt.cli.caller.Caller(self.config)
|
||||
|
||||
if self.options.doc:
|
||||
|
Loading…
Reference in New Issue
Block a user