From 3cc59ca8c3736242ce6ad371f700cdbb9b9641c7 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Fri, 13 Oct 2023 23:14:13 +0800 Subject: [PATCH] ruaaaa | aaaa --- libs/utils/logger/types.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/utils/logger/types.py b/libs/utils/logger/types.py index b19f3f7..6b9ee92 100644 --- a/libs/utils/logger/types.py +++ b/libs/utils/logger/types.py @@ -29,5 +29,5 @@ class LogMessage(Options): stack_trace: Optional[FrameType] = None -# [App -> Logger -> Handler -> Formatter]-> Queue(log) -> [(File, Socket) Output] ? -# |-> Console Output +# [App -> Logger +-> Handler(Formatter)] -> Queue(log) -> [(File, Socket) Output] ? +# |-> Handler(Formatter) -> Console Output