Ticket #1479 (assigned enhancement)
configurable timestamp logging, patch included
| Reported by: | mcosby | Owned by: | glen |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.4.20 |
| Component: | mod_accesslog | Version: | 1.4.18 |
| Severity: | normal | Keywords: | patch |
| Cc: | Blocked By: | ||
| Need User Feedback: | no | Blocking: |
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

