redmine_time_tracker icon indicating copy to clipboard operation
redmine_time_tracker copied to clipboard

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

Open that0n3guy opened this issue 14 years ago • 2 comments

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?

that0n3guy avatar Apr 29 '11 01:04 that0n3guy

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.

delaitre avatar Apr 29 '11 07:04 delaitre

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.

that0n3guy avatar Apr 29 '11 13:04 that0n3guy