| Tag Name | buffered_logs |
| Usage | buffered_logs on|off |
Description
Some log files (cache.log useragent.log) are written with stdio functions, and as such they can be buffered or unbuffered. By default they will be unbuffered. Buffering them can speed up the writing slightly (though you are unlikely to need to worry).
| Default | buffered_logs off |