Skip to content

Commit

Permalink
chore: add to LOGGING_FORMAT
Browse files Browse the repository at this point in the history
  • Loading branch information
MagneticNeedle committed Apr 21, 2023
1 parent 6eed937 commit 8f9dd4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bfportal/bfportal/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@
}

LOGGING_FORMAT = (
"<fg #26FFDF><bg #011C26>[bfportal]</></> <green> "
"[{time:DD/MM/YY HH:mm:ss}]</green> "
"<fg #26FFDF><bg #011C26>[bfportal]</></> "
"<green>[{time:DD/MM/YY HH:mm:ss}]</green> <d>[{name}:{function}:{line}]</d> "
"<level>[{level}] {message}</level>"
)

Expand Down

0 comments on commit 8f9dd4e

Please sign in to comment.