bellycard/napa

Deploying a napa app to heroku fails because /app/log is not writable

Closed this issue · 0 comments

Potential solution could be the creation of a Napa.root method (similar to Rails.root) and use it to ensure we write to the correct place (/log not /app/log).

You can fix this for deploy by disabling the middleware in app.config

The code which causes this is
https://github.com/bellycard/napa/blob/master/lib/napa/logger/logger.rb#L25