Closed naved001 closed 7 years ago
Logging wasn't working because import logging wouldn't import the submodule handlers; so we explicitly do it.
import logging
handlers
Also, it wasn't apparent how to set the path for the log file in the config file, so added that.
Logging wasn't working because
import logging
wouldn't import the submodulehandlers
; so we explicitly do it.Also, it wasn't apparent how to set the path for the log file in the config file, so added that.