diff options
author | Peter Powell <petpow@saberuk.com> | 2017-02-05 19:05:27 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-02-28 05:19:12 +0000 |
commit | 7c301149883e038a4bf3ce4a7a9a6a91b3e1ce97 (patch) | |
tree | 5e698c3b99e9c3addf516a2dcd7b3b2686fc15cb /docs/conf | |
parent | 51ff3d67ed1b6f1594373d3745293ef155a26f44 (diff) |
Allow <log> tags to specify how often logs should be flushed.
Also use the behaviour behind this to fix #1290.
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/inspircd.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 79a127d5a..7ba324e47 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -838,6 +838,11 @@ # - USERINPUT # - USEROUTPUT # +# If your server is producing a high levels of log messages you can also set the +# flush="[positive number]" attribute to specify how many log messages should be +# buffered before flushing to disk. You should probably not specify this unless +# you are having problems. +# # The following log tag is highly default and uncustomised. It is recommended you # sort out your own log tags. This is just here so you get some output. |