Possible Duplicate:
How can I disable logging in Ruby on Rails on a per-action basis?
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?