Skip to content

Commit

Permalink
prepend ssh_log_file with root_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gtmanfred committed Mar 30, 2017
1 parent b855f29 commit 7f6046d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/config/__init__.py
Original file line number Diff line number Diff line change
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 7f6046d

Please sign in to comment.