Comment 5 for bug 601207

Revision history for this message
kapouer (kapouer) wrote :

This is NOT a gem dependency issue :

it's simply because when you run webrick, the rack's LogTailer class does not respect
config.log_path
but calculates one on its own (this might be considered a rack bug).

Sorry for this, but you'll have to either NOT run webrick, or just create the missing folder
if you really want to :

/usr/share/redmine/vendor/rails/railties/lib/rails/rack/log_tailer.rb:10:in `size': No such file or directory - /usr/share/redmine/log/production.log (Errno::ENOENT)