/ Published in: Ruby
Expand |
Embed | Plain Text
# Rotates 5 logfiles of about a meg each config.logger = Logger.new("#{RAILS_ROOT}/log/#{ENV['RAILS_ENV']}.log", 5, 1048576)
You need to login to post a comment.
darthapo on 07/12/06
5 people have marked this snippet as a favorite
jpb
brendan
edwinjanmoss
tkmr
webstic
# Rotates 5 logfiles of about a meg each config.logger = Logger.new("#{RAILS_ROOT}/log/#{ENV['RAILS_ENV']}.log", 5, 1048576)
You need to login to post a comment.