🔥 remove debug option

This commit is contained in:
yanyongyu
2021-12-28 15:19:53 +08:00
parent 3323393261
commit f06b78054c
9 changed files with 16 additions and 37 deletions

View File

@ -155,7 +155,7 @@ def logger_wrapper(logger_name: str):
:log 参数:
* ``level: Literal['WARNING', 'DEBUG', 'INFO']``: 日志等级
* ``level: Literal["CRETICAL", "WARNING", "INFO", "DEBUG", "TRACE"]``: 日志等级
* ``message: str``: 日志信息
* ``exception: Optional[Exception]``: 异常信息
"""