mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix api logfile
This commit is contained in:
parent
0056620a53
commit
1b45e9670b
1 changed files with 1 additions and 0 deletions
|
@ -3321,6 +3321,7 @@ def api_config(path):
|
|||
api_opts = DEFAULT_API_OPTS
|
||||
api_opts.update({
|
||||
'pidfile': opts.get('api_pidfile', DEFAULT_API_OPTS['api_pidfile']),
|
||||
'log_file': opts.get('api_logfile', DEFAULT_API_OPTS['api_logfile']),
|
||||
})
|
||||
opts.update(api_opts)
|
||||
prepend_root_dir(opts, [
|
||||
|
|
Loading…
Add table
Reference in a new issue