Skip to content

Commit 5bdda75

Browse files
committed
Adding note about merging logging configs
1 parent f4f5cf2 commit 5bdda75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/logging_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
# Note: When creating multiple loggers, especially when doing so in different
3131
# files/configs keep in mind that names should be unique or they will override
3232
# eachother leaving you with a very confusing mess.
33+
# If you want to see how to more easily merge settings into the default logging
34+
# dict this package uses see the `actions.py` example.
3335
LOGGING = {
3436
"version": 1,
3537
"disable_existing_loggers": False,

0 commit comments

Comments
 (0)