NischalBhandari commented on issue #8952:
URL: https://github.com/apache/trafficserver/issues/8952#issuecomment-1181849518
The error configuration that caused the issue in the logging.yaml was as
follows So i think we can close the issue for this error.
I was trying to create the Summarizing Number of Requests and Total Bytes
Sent Every 10 Seconds but with the client request URL which is a bad
configuration as i think it could not summarize all the client request in the
single location ( i Guess). Hence the error in diags and a subsequent crash.
```
#originwisesummary
- name: originsummary
format: '%<LAST(cqtq)> %<COUNT(*)> %<SUM(psql)> %<cquc>'
interval: 10
logs
- filename: originsum
format: originsummary
mode: ascii
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]