jtao15 commented on pull request #7260: URL: https://github.com/apache/pinot/pull/7260#issuecomment-895624536
@mayankshriv The main motivation here is to use `WARN` log instead of `INFO` log for slow queries since they are suspicious. Automatic tools should handle `WARN` log and `INFO` log differently. For my use case the `INFO` log will be filtered out, `WARN` and up logs will be stored in remote logging system which has much longer retention time than keeping them in local disk. And we are able to do error alerting, anomaly detection, etc based on the remote logging system. -- 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]
