Multiple "time" tags in a log format gets bad results
-----------------------------------------------------
Key: TS-1156
URL: https://issues.apache.org/jira/browse/TS-1156
Project: Traffic Server
Issue Type: Bug
Components: Logging
Reporter: Leif Hedstrom
Fix For: 3.1.4
It seems putting two (or more) "date time" tags in a custom log generates bad
results. For example, with one such tag, I see:
{code}
.... [%<cqtn>]
.... [19/Mar/2012:14:30:51 -0600]
{code}
vs
{code}
.... [%<cqts> %<cqtn>]
.... [1838769999 07/Apr/2028:19:26:39 -0600]
{code}
This is obviously not the correct date now for either tags (the first is not
correct either). I'm guessing something in the marshalling code might be
corrupting the timestamp?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira