Skip to content

Commit

Permalink
feat($loguru): correct function reference for log
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Aug 30, 2022
1 parent 513d456 commit 11fbddc
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 @@ -10,7 +10,7 @@
"<green>{time:YYYY-MM-DD HH:mm:ss.SSS}</green> | "
"<level>{level: <8}</level> | "
"<blue>{thread.name: <15}</blue> | "
"<cyan>{name}</cyan>:<cyan>{function}</cyan>:<cyan>{line}</cyan> - "
"<cyan>{name}</cyan>.<cyan>{function}</cyan>:<cyan>{line}</cyan> - "
"<level>{message}</level>"
)
# Remove a previously added handler and stop sending logs to its sink.
Expand Down

0 comments on commit 11fbddc

Please sign in to comment.