Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
that0n3guy opened this issue Apr 29, 2011 · 2 comments
Open

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

that0n3guy opened this issue Apr 29, 2011 · 2 comments
Labels

Comments

@that0n3guy
Copy link

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
Copy link
Collaborator

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants