confighelper: add config file path to systemargs
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
4ae63dbbf8
commit
f1a75117db
|
@ -106,6 +106,7 @@ def get_configuration(server, system_args):
|
||||||
logging.getLogger().setLevel(logging.DEBUG)
|
logging.getLogger().setLevel(logging.DEBUG)
|
||||||
|
|
||||||
config['system_args'] = {
|
config['system_args'] = {
|
||||||
|
'configfile': system_args.configfile,
|
||||||
'logfile': system_args.logfile,
|
'logfile': system_args.logfile,
|
||||||
'software_version': system_args.software_version}
|
'software_version': system_args.software_version}
|
||||||
return ConfigHelper(server, config, 'server')
|
return ConfigHelper(server, config, 'server')
|
||||||
|
|
Loading…
Reference in New Issue