mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
prepend ssh_log_file with root_dir
This commit is contained in:
parent
b855f29928
commit
7f6046deec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue