Make sure the pidfile and log_file values are overriden by api opts

This commit is contained in:
rallytime 2017-01-09 16:09:03 -07:00
parent 1f6b540e46
commit 3d2fefc83b

View file

@ -3330,6 +3330,8 @@ def api_config(path):
prepend_root_dir(opts, [
'api_pidfile',
'api_logfile',
'log_file',
'pidfile'
])
return opts