mirror of
https://github.com/Nanaloveyuki/py-logiliteal.git
synced 2025-09-06 19:46:22 +00:00
⚡️ 提升了time
类函数的效率和整洁度
This commit is contained in:
@ -28,6 +28,9 @@ DEFAULT_CONFIG = {
|
||||
"console_prefix": "Auto",
|
||||
"console_encoding": "utf-8",
|
||||
"asctime_format": "%Y-%m-%d %H:%M:%S",
|
||||
"time_format": "%H:%M:%S",
|
||||
"date_format": "%Y-%m-%d",
|
||||
"weekday_format": "%A",
|
||||
"level_name": {"DEBUG": "DEBUG", "INFO": "INFO", "WARN": "WARN", "ERRO": "ERRO", "CRIT": "CRIT"},
|
||||
"level_color": {"DEBUG": "#c1d5ff", "INFO": "#c1ffff", "WARN": "#fff600", "ERRO": "#ffa000", "CRIT": "#ff8181"},
|
||||
}
|
||||
|
Reference in New Issue
Block a user