repodude commented on pull request #6255: URL: https://github.com/apache/trafficserver/pull/6255#issuecomment-755443642
Reason-to-be anecdote: I work on an ATS plugin whose outcome is dependent on many dozens of factors such that it can be very difficult to predict outcome. I use TSDEBUG() logging to output decision points and logic flow. It is critical during development and extremely helpful production integration testing to verify correct output. Unfortunately, at production volumes this is not available to me. Turning on debug for just a small amount of output can drive my machine load average from 16 to 64. Sometimes issues I'm tracking only come from some weird external case that I don't yet know all of the intricate conditions. it would be very useful to have TSDEBUG() logging functionality working such that it is a viable option with production level traffic. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
