Skip to content
This repository was archived by the owner on Jun 9, 2021. It is now read-only.

Commit d3643bd

Browse files
author
Maria Mckinley
committed
slight modification to logging yaml
1 parent 4f25394 commit d3643bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

solutions/mailroom_log/mailroom/logging.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ handlers:
1515
filename: mailroom.log
1616
loggers:
1717
# in order for a logger to show up with __name__,
18-
# needs to have same name as the object you are logging
18+
# needs to have same name as the module you are logging
1919
# from, in this case mailroom.model
2020
mailroom.model:
2121
level: DEBUG
2222
handlers: [logfile]
2323
propagate: no
24-
#mailroom.modelDB
2524
root:
2625
level: DEBUG
2726
handlers: [console]

0 commit comments

Comments
 (0)