Skip to content

Commit

Permalink
chore: add module name to logging format (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Izquierdo authored Nov 3, 2023
1 parent e7cabbd commit 4a34c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aap_eda/settings/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def _get_secret_key() -> str:
"disable_existing_loggers": False,
"formatters": {
"simple": {
"format": "{asctime} {levelname:<8} {message}",
"format": "{asctime} {name} {levelname:<8} {message}",
"style": "{",
},
},
Expand Down

0 comments on commit 4a34c1d

Please sign in to comment.