brbzull0 opened a new pull request, #9461:
URL: https://github.com/apache/trafficserver/pull/9461
Renamed the `qlog_dir` and make `qlog` its own map inside quic config.
```yaml
ts:
quic:
qlog:
file_base: zyx
```
This change algo let the user to set, beside the path, the common name used
in each qlog file, so base on the above example ATS will generate the following
qlog files:
```
zyx-e9158839e54cb8f34ab00d34236ad5e19a49.sqlog
zyx-39e54cb8f3e91586ad5e19a4984ab00d3423.sqlog
zyx-8839e54cbd5e19a498f34e915ab00d34236a.sqlog
...
```
Docs are updated too.
Fixes https://github.com/apache/trafficserver/issues/9343
--
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]