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:
parent
42c826f04b
commit
ed8403f303
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user