Feature #1479
closedconfigurable timestamp logging, patch included
Description
This patch adds configurable timestamp logging to lighttpd's mod_accesslog, in the same format as apache's %{format_string}t option.
It keeps the time caching fully intact but adds a new restriction that you can't use %t twice in the same access log specification, since there's only one slot in the cache. I doubt that restriction will impact any current users (there is no point in using %t twice when it's not configurable) and that the vast majority of future users will never notice the restriction.
Files
Updated by glen almost 17 years ago
- Status changed from New to Assigned
please document the config changes in wiki and doc/accesslog.txt
Updated by stbuehler about 16 years ago
- Target version changed from 1.4.20 to 1.4.21
Updated by Samuel.Alenty almost 16 years ago
- File mod_accesslog_configurable_timestamp_1.5.patch mod_accesslog_configurable_timestamp_1.5.patch added
Hi, I'm new to Lighty,
I begun using 1.5.0 (trunk) version, and I needed this functionnality (among others :)
I updated mcosby's patch and made it compatible with 1.5.0 (see attachment)
Updated by icy almost 16 years ago
- Target version changed from 1.4.21 to 1.4.22
- Patch available set to Yes
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
- Target version changed from 1.4.23 to 1.4.24
Updated by stbuehler about 15 years ago
- Status changed from Assigned to Fixed
- % Done changed from 0 to 100
Applied in changeset r2642.
Also available in: Atom