https://issues.apache.org/bugzilla/show_bug.cgi?id=46833
Summary: Log Format %{%t}t
Product: Apache httpd-2
Version: 2.2.11
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: mod_log_config
AssignedTo: [email protected]
ReportedBy: [email protected]
Access Log Format %{%t}t does not work on Windows platform (Apache 2.2.11).
Does work on Linux platform (Apache/2.2.9).
Work around:
Use multiple %{}t formats seperated by tab (\t).
This: %{%Y-%m-%d}t\t%{%H:%M:%S}t\t%{%Z}t
Should be: %{%Y-%m-%d%t%H:%M:%S%t%Z}t
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]