Skip to content

Commit

Permalink
add module name to logs
Browse files Browse the repository at this point in the history
  • Loading branch information
afourmy committed Oct 1, 2022
1 parent a0412d5 commit 7a72a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/logging.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"disable_existing_loggers": false,
"formatters": {
"standard": {
"format": "%(asctime)s %(levelname)-8s %(message)s"
"format": "%(asctime)s %(name)s %(levelname)-8s %(message)s"
}
},
"handlers": {
Expand Down

0 comments on commit 7a72a87

Please sign in to comment.