feat: default pipeline

This commit is contained in:
Junyan Qin
2025-04-16 13:40:59 +08:00
parent a2efb3ee15
commit 8caa6e86a1
8 changed files with 135 additions and 23 deletions

View File

@@ -31,7 +31,7 @@ async def init_logging(extra_handlers: list[logging.Handler] = None) -> logging.
"%Y-%m-%d", time.localtime()
)
qcg_logger = logging.getLogger("qcg")
qcg_logger = logging.getLogger("langbot")
qcg_logger.setLevel(level)