We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 8c3187d commit 7646187Copy full SHA for 7646187
readthedocs/settings/base.py
@@ -198,18 +198,12 @@
198
'level': 'ERROR',
199
'propagate': False,
200
},
201
- 'core': {
+ #Default handler for everything that we're doing. Hopefully this doesn't double-print
202
+ #the Django things as well. Not 100% sure how logging works :)
203
+ '': {
204
'handlers': ['console', 'logfile'],
205
'level': 'DEBUG',
206
- 'api': {
- 'handlers': ['console', 'logfile'],
207
- 'level': 'DEBUG',
208
- },
209
- 'projects': {
210
211
212
213
}
214
215
0 commit comments