mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
Logging: Default loglevel now INFO
We have EDMC CL arg and GUI selection of loglevel now, stored in settings, so default can be INFO.
This commit is contained in:
parent
ceca268bdc
commit
5c9c9e2056
@ -39,7 +39,7 @@ from config import config
|
||||
#
|
||||
# 14. Call from *package*
|
||||
|
||||
_default_loglevel = logging.DEBUG
|
||||
_default_loglevel = logging.INFO
|
||||
|
||||
|
||||
class Logger:
|
||||
|
Loading…
x
Reference in New Issue
Block a user