]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Fix] re_cache: Use debug level for missing Lua backend during config
authorVsevolod Stakhov <vsevolod@rspamd.com>
Thu, 5 Feb 2026 09:47:44 +0000 (09:47 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Thu, 5 Feb 2026 09:47:44 +0000 (09:47 +0000)
commitae4fc8ee04658d0a0dc60f4e36d117e8d995c5bb
treea527b22f9830750f207a7b2b87d0bdc205e186ec
parentbf77897eca1a0edd0bbd10d889b6ebebf49a7307
[Fix] re_cache: Use debug level for missing Lua backend during config

During config initialization (configtest, startup), there's no event
loop available so the Lua backend cannot be initialized. This is
expected behavior - use debug level when try_load=true to avoid
noisy warnings during configtest.
src/libserver/re_cache.c