We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey I have included oink in gemfile and also added the middleware declaration in config/initializers/oink.rb. But I am getting this error
fire@fire-hp:~/Desktop/rails/finly/finly-server$ bundle exec oink --threshold=75 /log/* bundler: failed to load command: oink (/home/fire/.rbenv/versions/2.6.0/bin/oink) RuntimeError: Could not find "/log/*" /home/fire/.rbenv/versions/2.6.0/lib/ruby/gems/2.6.0/gems/oink-0.10.1/lib/oink/cli.rb:88:in `block in get_file_listing' /home/fire/.rbenv/versions/2.6.0/lib/ruby/gems/2.6.0/gems/oink-0.10.1/lib/oink/cli.rb:86:in `each' /home/fire/.rbenv/versions/2.6.0/lib/ruby/gems/2.6.0/gems/oink-0.10.1/lib/oink/cli.rb:86:in `get_file_listing' /home/fire/.rbenv/versions/2.6.0/lib/ruby/gems/2.6.0/gems/oink-0.10.1/lib/oink/cli.rb:59:in `process' /home/fire/.rbenv/versions/2.6.0/lib/ruby/gems/2.6.0/gems/oink-0.10.1/bin/oink:4:in `<top (required)>' /home/fire/.rbenv/versions/2.6.0/bin/oink:23:in `load' /home/fire/.rbenv/versions/2.6.0/bin/oink:23:in `<top (required)>' fire@fire-hp:~/Desktop/rails/finly/finly-server$ ruby -v ruby 2.6.0p0 (2018-12-25 revision 66547) [x86_64-linux] fire@fire-hp:~/Desktop/rails/finly/finly-server$ rails -v Rails 5.2.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey
I have included oink in gemfile and also added the middleware declaration in config/initializers/oink.rb. But I am getting this error
The text was updated successfully, but these errors were encountered: