fernandokosh / redmine_time_tracker

A time tracker plugin for Redmine
Other
203 stars 139 forks source link

Anyway to stop it from making a log entry every 1-3 seconds #53

Open that0n3guy opened 13 years ago

that0n3guy commented 13 years ago

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?

delaitre commented 13 years ago

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.

that0n3guy commented 13 years ago

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.