Implement logging rate limit like in v1
Basically make sure that we categorize each log by type, and we don't send to stdout the same type of log multiple times in a row, unless it changes, or it's an error.
Make sure that the app can function with logs rate limiting disabled. Right now it craps out.
Implement logging rate limit like in v1
Basically make sure that we categorize each log by type, and we don't send to stdout the same type of log multiple times in a row, unless it changes, or it's an error.
Make sure that the app can function with logs rate limiting disabled. Right now it craps out.