Merge pull request #40443 from gtmanfred/sshlog

prepend ssh_log_file with root_dir
This commit is contained in:
Pedro Algarvio 2017-03-31 10:23:45 +01:00 committed by GitHub
commit 8617be9c6d

View file

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