On my apps in production I only log warnings and error messages. You might
want to do the same thing.
Put this in your production.rb file...
# Log only warnings + errors
config.log_level = :warn
On 12/4/06, Fernando Lujan
<flujan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:>
>
> Hi guys,
>
> How can I disable production log? My app use ajax to submit a form
> every 3 seconds and updates the screen. I only have 30 users and I am
> having a lot of rendering effort and cpu usage in a Pentium 4 HT.
> According to the agile book, log can be a cause.
>
> Thanks in advance.
>
> --
> Fernando Lujan
>
> >
>
--
seth at subimage interactive
http://www.subimage.com/sublog/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---