redmine_time_tracker
redmine_time_tracker copied to clipboard
Anyway to stop it from making a log entry every 1-3 seconds
My production.log file is filled with
Processing TimeTrackersController#render_menu (for 68.1.13.15 at 2011-04-29 01:24:27) [POST]
Parameters: {"project_id"=>"20", "action"=>"render_menu", "authenticity_token"=>"2eshortenedl4$
Completed in 146ms (View: 38, DB: 87) | 200 OK [http://projects.myurl.com/time_trackers/render_menu?project_id=20]
These are logging about every 1-3 seconds. Anyway to stop it from filling up my log?
I have no idea. There is maybe a rails option to prevent logging this kind of stuff. This is due to the time tracker refresh. You can limit the log output by setting a lower refresh rate in the plugin option, but this is sad for the user...
Thanks to report a fix if you find one.
Yeah, I have the refresh set to 30 seconds, but I still get a log every 1-3. I can live w/ it for now.