1
0
Fork 0
mirror of synced 2024-06-02 10:44:40 +12:00

Lgndr: Keep legendary's logger name

This commit is contained in:
loathingKernel 2022-09-13 12:00:58 +03:00
parent e621955a22
commit 7d2e1ddac2

View file

@ -30,7 +30,7 @@ class LegendaryCLI(LegendaryCLIReal):
# noinspection PyMissingConstructor
def __init__(self, core: LegendaryCore):
self.core = core
self.logger = logging.getLogger('Api')
self.logger = logging.getLogger('Cli')
self.logging_queue = None
self.ql = self.setup_threaded_logging()