prepend ssh_log_file with root_dir

This commit is contained in:
Daniel Wallace 2017-03-30 16:55:15 -05:00
parent b855f29928
commit 7f6046deec

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