Skip to content

Commit

Permalink
Merge pull request #40443 from gtmanfred/sshlog
Browse files Browse the repository at this point in the history
prepend ssh_log_file with root_dir
  • Loading branch information
s0undt3ch committed Mar 31, 2017
2 parents 132d8b7 + 7f6046d commit 8617be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/config/__init__.py
Expand Up @@ -3318,7 +3318,7 @@ def apply_master_config(overrides=None, defaults=None):
]

# These can be set to syslog, so, not actual paths on the system
for config_key in ('log_file', 'key_logfile'):
for config_key in ('log_file', 'key_logfile', 'ssh_log_file'):
log_setting = opts.get(config_key, '')
if log_setting is None:
continue
Expand Down

0 comments on commit 8617be9

Please sign in to comment.