renatolond / mastodon-twitter-poster

Crossposter to post statuses between Mastodon and Twitter
GNU Affero General Public License v3.0
808 stars 58 forks source link

How can I see sidekiq worker logs? (docker deployment) #930

Closed amatriain closed 1 year ago

amatriain commented 1 year ago

Hi, I'm deploying mastodon-twitter-poster with docker-compose. Sometimes crossposting stops working for some reason, and I'd like to know if sidekiq workers have found some problem. However the container that runs sidekiq is outputting nothing to the logs. I suspect the workers are not outputting any logs at all, not even when they find an error that stops them from working. The sidekiq web UI does not help, there's no log information for the workers either.

Is there any way I can find out what went wrong when crossposting stops working?