mcvsubbu commented on PR #9398: URL: https://github.com/apache/pinot/pull/9398#issuecomment-1247288563
We don't "parse" the logs (in the sense that we don't have programs that run through the logs). I must admit that when I see failures, INFO logs helped much more than warning logs (that happen much later, many times hiding the root cause). We used it a lot while debugging (and reproducing) helix issues. Ideally, if we can find a way to get all logs for a test, and discard them if the test passes, that will be best. Maybe this can be a newbie task? Until then, I am tempted to say keep the 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
