mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-12 16:56:02 +00:00
feat: default pipeline
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user