summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-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------------------------