From 2dcf2a2d7578d1e43ee7e3fa69386ccc5afebbf0 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 1 Feb 2023 21:12:58 +0100 Subject: Url encode functions arguments when logging them --- doc/source/config.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/source/config.rst b/doc/source/config.rst index 2c5fc96..40e8c11 100644 --- a/doc/source/config.rst +++ b/doc/source/config.rst @@ -497,6 +497,9 @@ not the one where the function is **called from**. For clarity, the presence of the ``allow`` or ``drop`` action is **mandatory**. +In the logs, the parameters and the return values of function are url-encoded, +to accommodate fragile log processors. + .. warning:: When you're writing rules, please do keep in mind that **the order matters**. -- cgit v1.3