I'm having trouble getting the ATS6+ milestone log field to work. In
logs_xml.config, I tried:
originTTFB=%<{TS_MILESTONE_SERVER_FIRST_READ-TS_MILESTONE_SERVER_FIRST_CONNECT}msdms>
and got the error,
NOTE: 'Interval' attribute missing for LogFormat object apple that contains
aggregate operators
I also tried read=%<{TS_MILESTONE_SERVER_FIRST_READ}ms> and got same error.
Looks like the code that returns the error is
herehttps://github.com/apache/trafficserver/blob/master/proxy/logging/LogConfig.cc#L1006
but, that's as far as I can get.
Anyone using the milestones in logs?
thanks!miles