We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4772841 commit 31e4f54Copy full SHA for 31e4f54
config/settings/production.py
@@ -69,6 +69,16 @@
69
"propagate": False,
70
}
71
72
+# The analyzer can log very verbosely on error URLs
73
+LOGGING["loggers"]["trafilatura.downloads"] = {
74
+ "handlers": ["null"],
75
+ "propagate": False,
76
+}
77
+LOGGING["loggers"]["trafilatura.core"] = {
78
79
80
81
+
82
83
# Cache
84
# https://docs.djangoproject.com/en/dev/topics/cache/
0 commit comments