diff options
| author | Julien Voisin | 2023-01-31 20:31:02 +0100 |
|---|---|---|
| committer | GitHub | 2023-01-31 20:31:02 +0100 |
| commit | 3bd3c12d07c2f196bac8bc9a99e4aebb953ee128 (patch) | |
| tree | dcd1f1964634919bd0b9784d3546fd3690f389a1 /doc | |
| parent | 26f9987a538dc68d5a825b1712d3456a2d7aa109 (diff) | |
| parent | 78e451eaf99e8f239867def2d8220dfa348cc167 (diff) | |
Add sp.log_max_len
This partially addresses #445
Diffstat (limited to 'doc')
| -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 | ------------------------ |
