Properly support debug logging via config

This commit is contained in:
2019-08-01 11:22:27 -04:00
parent c6e58796ba
commit 8bdec03cf1
2 changed files with 3 additions and 1 deletions

View File

@ -167,7 +167,7 @@ def readConfig(pvcd_config_file, myhostname):
# Handle debugging config
try:
config_debug = {
'debug': o_config['debug']
'debug': o_config['pvc']['debug']
}
except:
config_debug = {