Feature #296
closedCan't use cronolog with server.errorlog
Description
It appears that cronolog can only be used with the accesslog.filename.
When server.errorlog is configured to pipe to cronolog, the following occurs:
Starting lighttpd.
2005-09-28 23:02:22: (log.c.60) opening errorlog '|/usr/local/sbin/cronolog /home/anthony/logs/domain.net-error_log.%Y%m%d' failed: No such file or directory
2005-09-28 23:02:22: (server.c.711) opening errorlog failed, dying
#> lighttpd -v
lighttpd-1.4.3 - a light and fast webserver
Build-Date: Sep 28 2005 01:27:03
This behavior is not consistent with accesslog.filename and should be either corrected or documented. Apache, for instance, allows one to use cronolog for both sets of logs. That is a more consistent configuration.
Files
Updated by Anonymous almost 19 years ago
- Status changed from New to Assigned
I have written a patch for this (well, blatantly ripped off from mod_accesslog.c):
http://blog.moria.org.uk/downloads/log-cronolog.diff
file, syslog and stderr logging all seem to work still, and I have this working to cronolog okay here. Works independently of whether mod_accesslog is also to cronolog (or equiv.).
-- cph
Updated by Anonymous almost 17 years ago
patch: ** Only garbage was found in the patch input.
Updated by stbuehler about 16 years ago
- Target version changed from 1.4.20 to 1.4.21
Updated by rkitover almost 16 years ago
- File log-cronolog3.diff log-cronolog3.diff added
Updated by icy almost 16 years ago
- Target version changed from 1.4.21 to 1.4.22
- Patch available set to No
Updated by stbuehler over 15 years ago
- Target version changed from 1.4.22 to 1.4.23
Updated by stbuehler over 15 years ago
- Assignee deleted (
stbuehler) - Target version changed from 1.4.23 to 1.4.x
I don't see any reason to add this upstream - just use stderr and pipe it yourself.
Updated by stbuehler over 15 years ago
- Status changed from Assigned to Fixed
- % Done changed from 0 to 100
Applied in changeset r2466.
Updated by stbuehler over 15 years ago
- Target version changed from 1.4.x to 1.4.23
I hope our gentoo users are happy now :)
Also available in: Atom