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 ac893d8 commit a1bc6aeCopy full SHA for a1bc6ae
pelicanconf.py
@@ -59,3 +59,8 @@
59
(1, "{url}", "{save_as}"),
60
(2, "{base_name}/{number}/", "{base_name}/{number}/index.html"),
61
)
62
+
63
+LOG_FILTER = (
64
+ # Remove when fixed: https://github.com/getpelican/pelican/pull/3544
65
+ (logging.WARN, "Feeds generated without SITEURL set properly may not be valid"),
66
+)
0 commit comments