summaryrefslogtreecommitdiff
path: root/doc/source/config.rst
diff options
context:
space:
mode:
authorjvoisin2023-01-31 20:16:21 +0100
committerjvoisin2023-01-31 20:25:14 +0100
commit78e451eaf99e8f239867def2d8220dfa348cc167 (patch)
treedcd1f1964634919bd0b9784d3546fd3690f389a1 /doc/source/config.rst
parent26f9987a538dc68d5a825b1712d3456a2d7aa109 (diff)
Add sp.log_max_len
Diffstat (limited to 'doc/source/config.rst')
-rw-r--r--doc/source/config.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst
index bce4667..2c5fc96 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -151,6 +151,16 @@ it's `possible to modify php's logging system via php
151<https://www.php.net/manual/en/errorfunc.configuration.php>`__, it's 151<https://www.php.net/manual/en/errorfunc.configuration.php>`__, it's
152heavily recommended to use the ``syslog`` option instead. 152heavily recommended to use the ``syslog`` option instead.
153 153
154log_max_len
155^^^^^^^^^^^
156
157This configuration variable allows to specify (roughly) the size of the log.
158
159::
160
161 sp.log_max_len("16");
162
163The default value for ``sp.log_max_len`` is ``255``.
154 164
155Bugclass-killer features 165Bugclass-killer features
156------------------------ 166------------------------