How can I keep an url request from being saved in the log in ruby on rails?
Posted
by Erik Escobedo
on Stack Overflow
See other posts from Stack Overflow
or by Erik Escobedo
Published on 2010-06-02T04:06:06Z
Indexed on
2010/06/02
4:13 UTC
Read the original article
Hit count: 328
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?
© Stack Overflow or respective owner