Skip to content

Commit a1bc6ae

Browse files
committed
Tweak
1 parent ac893d8 commit a1bc6ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pelicanconf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,8 @@
5959
(1, "{url}", "{save_as}"),
6060
(2, "{base_name}/{number}/", "{base_name}/{number}/index.html"),
6161
)
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

Comments
 (0)