Skip to content

Commit

Permalink
Use fixed size for logger name
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor authored Jul 18, 2024
1 parent 2f656c1 commit 0bc9792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configomatic/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def default_formatters(cls, v):
{
"default": {
"()": f"{__name__}.DefaultFormatter",
"format": "[%(asctime)s] %(name)s [%(levelname)-8.8s] %(quotedmessage)s %(formattedextra)s",
"format": "[%(asctime)s] %(name)-20.20s [%(levelname)-8.8s] %(quotedmessage)s %(formattedextra)s",
},
},
v or {}
Expand Down

0 comments on commit 0bc9792

Please sign in to comment.