Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rack app error: #<Errno::ENOENT: No such file or directory - log/oink.log> Heroku Padrino app #28

Open
kakubei opened this issue Nov 13, 2013 · 0 comments

Comments

@kakubei
Copy link

kakubei commented Nov 13, 2013

On Heroku, with a Padrino app I get this error trying to initialize the app:

Rack app error: #<Errno::ENOENT: No such file or directory - log/oink.log>

Configuration of Oink in app/app.rb is as follows:

  use Oink::Middleware do
    set :logger => Hodel3000CompliantLogger.new(STDOUT)
  end

Which I got from the docs.

How can I fix this?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant