bneradt opened a new pull request, #12329: URL: https://github.com/apache/trafficserver/pull/12329
Boxes with OCSP configured typically have their logs containing many of these: ``` $ tail diags.log [Jul 1 18:14:05.654] [ET_OCSP 0] NOTE: OCSP refresh started [Jul 1 18:14:05.654] [ET_OCSP 0] NOTE: OCSP refresh finished [Jul 1 18:15:05.649] [ET_OCSP 0] NOTE: OCSP refresh started [Jul 1 18:15:05.649] [ET_OCSP 0] NOTE: OCSP refresh finished [Jul 1 18:16:05.648] [ET_OCSP 0] NOTE: OCSP refresh started [Jul 1 18:16:05.648] [ET_OCSP 0] NOTE: OCSP refresh finished [Jul 1 18:17:05.644] [ET_OCSP 0] NOTE: OCSP refresh started [Jul 1 18:17:05.644] [ET_OCSP 0] NOTE: OCSP refresh finished [Jul 1 18:18:05.640] [ET_OCSP 0] NOTE: OCSP refresh started [Jul 1 18:18:05.640] [ET_OCSP 0] NOTE: OCSP refresh finished ``` This is probably not generally helpful. There are error messages for OCSP failure scenarios. This patch downgrades these to debug logs. -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org