[
https://issues.apache.org/jira/browse/TS-4659?focusedWorklogId=25470&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-25470
]
ASF GitHub Bot logged work on TS-4659:
--------------------------------------
Author: ASF GitHub Bot
Created on: 14/Jul/16 07:58
Start Date: 14/Jul/16 07:58
Worklog Time Spent: 10m
Work Description: GitHub user jpeach opened a pull request:
https://github.com/apache/trafficserver/pull/797
TS-4659: Log format errors on startup.
Remove extraneous field name constants which accidentally match
with strstr().
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jpeach/trafficserver fix/4659
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/797.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #797
----
commit a941a647efd99e23cc9b74810128f991c4124d16
Author: James Peach <[email protected]>
Date: 2016-07-14T07:49:15Z
TS-4659: Log format errors on startup.
Remove extraneous field name constants which accidentally match
with strstr().
----
Issue Time Tracking
-------------------
Worklog Id: (was: 25470)
Time Spent: 10m
Remaining Estimate: 0h
> log format errors on startup
> ----------------------------
>
> Key: TS-4659
> URL: https://issues.apache.org/jira/browse/TS-4659
> Project: Traffic Server
> Issue Type: Bug
> Components: Logging
> Reporter: James Peach
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Seeing these errors at startup:
> {noformat}
> [Jul 13 22:47:14.896] Server {0x7ffff7fde840} NOTE: <LogConfig.cc:1038
> (read_xml_log_config)> 'Interval' attribute missing for LogFormat object
> squid_seconds_only_timestamp that contains aggregate operators: %<cqts>
> %<ttms> %<chi> %<crc>/%<pssc> %<psql> %<cqhm> %<cquc> %<caun> %<phr>/%<pqsn>
> %<psct>
> [Jul 13 22:47:14.896] Server {0x7ffff7fde840} NOTE: <LogConfig.cc:1038
> (read_xml_log_config)> 'Interval' attribute missing for LogFormat object
> squid that contains aggregate operators: %<cqtq> %<ttms> %<chi>
> %<crc>/%<pssc> %<psql> %<cqhm> %<cquc> %<caun> %<phr>/%<pqsn> %<psct>
> [Jul 13 22:47:14.896] Server {0x7ffff7fde840} NOTE: <LogConfig.cc:1038
> (read_xml_log_config)> 'Interval' attribute missing for LogFormat object
> common that contains aggregate operators: %<chi> - %<caun> [%<cqtn>]
> "%<cqtx>" %<pssc> %<pscl>
> [Jul 13 22:47:14.896] Server {0x7ffff7fde840} NOTE: <LogConfig.cc:1038
> (read_xml_log_config)> 'Interval' attribute missing for LogFormat object
> extended that contains aggregate operators: %<chi> - %<caun> [%<cqtn>]
> "%<cqtx>" %<pssc> %<pscl> %<sssc> %<sscl> %<cqbl> %<pqbl> %<cqhl> %<pshl>
> %<pqhl> %<sshl> %<tts>
> [Jul 13 22:47:14.896] Server {0x7ffff7fde840} NOTE: <LogConfig.cc:1038
> (read_xml_log_config)> 'Interval' attribute missing for LogFormat object
> extended2 that contains aggregate operators: %<chi> - %<caun> [%<cqtn>]
> "%<cqtx>" %<pssc> %<pscl> %<sssc> %<sscl> %<cqbl> %<pqbl> %<cqhl> %<pshl>
> %<pqhl> %<sshl> %<tts> %<phr> %<cfsc> %<pfsc> %<crc>
> [Jul 13 22:47:14.896] Server {0x7ffff7fde840} WARNING: <LogConfig.cc:1353
> (read_xml_log_config)> Format squid not in the global format list; cannot
> create LogObject
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)