Added string substitutions to config and corrected logging error
This commit is contained in:
parent
be97271559
commit
00de89d02c
2 changed files with 32 additions and 23 deletions
|
|
@ -105,10 +105,10 @@ def main(argv):
|
|||
filemanager = FileManager(settings)
|
||||
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
generallogger = createlogger("general", settings.generallogfile,
|
||||
logging.debug)
|
||||
actionlogger = createlogger("action", settings.actionlogfile,
|
||||
logging.info)
|
||||
generallogger = createlogger("general", settings.generallogfile(),
|
||||
logging.DEBUG)
|
||||
actionlogger = createlogger("action", settings.actionlogfile(),
|
||||
logging.INFO)
|
||||
|
||||
if inputoptions.readonly:
|
||||
if inputoptions.doencode:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue