Project

General

Profile

development.log and keeping redmine slim

Added by Tobias Verbeke over 15 years ago

L.S.,

I have a 100Mb hosting package
and have a redmine site running
on it. I got notified I exceeded
the 100Mb and 'find' told me the
largest file was development.log
(56 Mb); next biggest file was
less than 1 Mb.

Does this file have an important role
or can I remove it ?

Any other means of keeping a redmine
installation slim ?

Many thanks in advance,
Tobias

$ RAILS_ENV=development ./about
GLoc v1.1 running in development mode. Strings can be modified at runtime.
About your application's environment
Ruby version 1.8.6 (i486-linux)
RubyGems version 1.1.1
Rails version 2.0.2
Active Record version 2.0.2
Action Pack version 2.0.2
Active Resource version 2.0.2
Action Mailer version 2.0.2
Active Support version 2.0.2
Edge Rails revision rel_2-0-2
Application root /nfs/http2/r-developer/www/redmine-0.7.3
Environment development
Database adapter sqlite3
Database schema version 92


Replies (1)

RE: development.log and keeping redmine slim - Added by Jean-Philippe Lang over 15 years ago

You definitely should run Redmine (and any other Rails app) in production mode, not development.
Logs are slim and performance is much better :-)

    (1-1/1)