We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f5cf2 commit 5bdda75Copy full SHA for 5bdda75
1 file changed
example/logging_config.py
@@ -30,6 +30,8 @@
30
# Note: When creating multiple loggers, especially when doing so in different
31
# files/configs keep in mind that names should be unique or they will override
32
# 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.
35
LOGGING = {
36
"version": 1,
37
"disable_existing_loggers": False,
0 commit comments