Feature #3101
closedRFE: de-dup file and piped loggers
Description
RFE: de-dup file and piped loggers if repeated in lighttpd.conf
Current comment from src/configfile.c:config_log_error_open()
: /* Note: implementation does not de-dup repeated files or pipe commands */
Please re-implement to de-duplicate.
Updated by gstrauss about 3 years ago
A fairly large set of commits have been pushed to my dev branch. These changes deduplicate file and piped loggers and release log buffers each minute (64 seconds). If you previously had repeated/duplicated access logs and/or error logs, then these changes will result in fewer open fds and slightly lower memory usage due to reduction of independent log buffers.
I need to do additional testing before promoting to the master branch.
Updated by gstrauss about 3 years ago
- Status changed from Patch Pending to Fixed
Applied in changeset 7b615d5d24048d38bd7e8368dd1de91b0d26cbaa.
Also available in: Atom