mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Increase file log level to debug.
Fixes https://github.com/Khopa/dcs_liberation/issues/907
This commit is contained in:
parent
6195290adf
commit
03e98ba562
@ -14,7 +14,7 @@ def init_logging(version: str) -> None:
|
||||
logger = logging.getLogger()
|
||||
|
||||
handler = RotatingFileHandler("./logs/liberation.log", "a", 5000000, 1)
|
||||
handler.setLevel(logging.INFO)
|
||||
handler.setLevel(logging.DEBUG)
|
||||
handler.setFormatter(logging.Formatter(fmt))
|
||||
|
||||
logger.addHandler(handler)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user