Skip to content

Commit

Permalink
feat($loguru): add level icon for log
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Aug 30, 2022
1 parent 11fbddc commit 4e1cb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_boilerplate/configuration/loguru_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

_message_format = (
"<green>{time:YYYY-MM-DD HH:mm:ss.SSS}</green> | "
"<level>{level: <8}</level> | "
"<level>{level.icon} {level: <8}</level> | "
"<blue>{thread.name: <15}</blue> | "
"<cyan>{name}</cyan>.<cyan>{function}</cyan>:<cyan>{line}</cyan> - "
"<level>{message}</level>"
Expand Down

0 comments on commit 4e1cb15

Please sign in to comment.