Put threads first after date/time

This commit is contained in:
Hemna 2024-03-06 13:39:51 -05:00
parent 2fefa9fcd6
commit 2cb9c2a31c
1 changed files with 1 additions and 1 deletions

View File

@ -22,8 +22,8 @@ DEFAULT_LOG_FORMAT = (
DEFAULT_LOG_FORMAT = (
"<green>{time:YYYY-MM-DD HH:mm:ss.SSS}</green> | "
"<level>{level: <8}</level> | "
"<yellow>{thread.name: <18}</yellow> | "
"<level>{level: <8}</level> | "
"<level>{message}</level> | "
"<cyan>{name}</cyan>:<cyan>{function:}</cyan>:<magenta>{line:}</magenta>"
)