Closed craigulliott closed 8 years ago
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
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