diff options
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/config.rst | 10 |
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 |
| 152 | heavily recommended to use the ``syslog`` option instead. | 152 | heavily recommended to use the ``syslog`` option instead. |
| 153 | 153 | ||
| 154 | log_max_len | ||
| 155 | ^^^^^^^^^^^ | ||
| 156 | |||
| 157 | This configuration variable allows to specify (roughly) the size of the log. | ||
| 158 | |||
| 159 | :: | ||
| 160 | |||
| 161 | sp.log_max_len("16"); | ||
| 162 | |||
| 163 | The default value for ``sp.log_max_len`` is ``255``. | ||
| 154 | 164 | ||
| 155 | Bugclass-killer features | 165 | Bugclass-killer features |
| 156 | ------------------------ | 166 | ------------------------ |
