1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 15:57:14 +03:00

Plugin logging needs to be DEBUG, to let channels decide later.

This should have been changed when the rotating file logging was
implemented.
This commit is contained in:
Athanasius 2020-09-18 12:17:08 +01:00
parent 42c826f04b
commit ed8403f303

View File

@ -41,7 +41,7 @@ from config import appname, config
#
# 14. Call from *package*
_default_loglevel = logging.INFO
_default_loglevel = logging.DEBUG
class Logger:
@ -326,6 +326,7 @@ class EDMCContextFilter(logging.Filter):
return module_name
# Singleton
loglevel = config.get('loglevel')
if not loglevel: