Re: Design Review Request: Log Throttling

2020-10-16 Thread Sudheer Vinukonda
+1 This sort of throttling ability is very important and useful to have. A minor suggestion on the implementation proposal - it feels like it’d far simpler to localize the change to the definition of Warning, Error etc instead of having to replace each and every call to those functions. ie Ch

Design Review Request: Log Throttling

2020-10-16 Thread Brian Neradt
dev@trafficserver.apache.org, We've had issues with excessive logging under conditions where something basic goes wrong. For instance the log pipe mechanism will emit a warning or error log for every logging event if the pipe's buffer fills up or the reader goes down. This can result in thousands