mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #24471 from alprs/fix-salt_ssh_logging
Set up salt-ssh file logging
This commit is contained in:
commit
3639e411bd
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ class SaltSSH(parsers.SaltSSHOptionParser):
|
|||
|
||||
def run(self):
|
||||
self.parse_args()
|
||||
self.setup_logfile_logger()
|
||||
|
||||
ssh = salt.client.ssh.SSH(self.config)
|
||||
ssh.run()
|
||||
|
|
Loading…
Add table
Reference in a new issue