Sidekiq: How to check the logs in Heroku

Created on 5 Dec 2016  路  3Comments  路  Source: mperham/sidekiq

We are using Sidekiq for our app. But not able to see the log instead We follow all set up mention here

https://github.com/mperham/sidekiq/wiki/Logging

Please suggest

We are using redis to go plugin there

Ruby version: 2.2.3
Sidekiq / Pro / Enterprise version(s): 4.1.4

If relevant, please include your initializer and any error message with the full backtrace.

Most helpful comment

Are you looking for heroku logs | grep worker?

All 3 comments

Are you looking for heroku logs | grep worker?

Hi Mike the log is showing in sidekiq in locally but not in heroku it did not show any log error of Rails.logger

I would suggest you remove any custom logging configuration you might have, if any.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

HenleyChiu picture HenleyChiu  路  4Comments

mperham picture mperham  路  4Comments

davidcelis picture davidcelis  路  3Comments

mperham picture mperham  路  3Comments

edgarjs picture edgarjs  路  3Comments