salt-call was not setting up the logfile logging!

This commit is contained in:
Pedro Algarvio 2012-12-01 19:32:14 +00:00
parent c9cb4c220c
commit 38d9fd2e5d

View File

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