How can I keep an url request from being saved in the log in ruby on rails?
- by Erik Escobedo
I use an ajax "ping" for keeping track of the online users, and for alerting them about notifications if any. However, this constant request are being logged in my production.log file, and that's not funny, since I want to keep track of the app performance and that just obfuscate my log file.
What should I to do?