From 78e451eaf99e8f239867def2d8220dfa348cc167 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 31 Jan 2023 20:16:21 +0100 Subject: Add sp.log_max_len --- doc/source/config.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') 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 `__, it's heavily recommended to use the ``syslog`` option instead. +log_max_len +^^^^^^^^^^^ + +This configuration variable allows to specify (roughly) the size of the log. + +:: + + sp.log_max_len("16"); + +The default value for ``sp.log_max_len`` is ``255``. Bugclass-killer features ------------------------ -- cgit v1.3