exec sidekiq log on heroku

梦想与她 提交于 2019-12-14 01:35:38

问题


I want to exec the sidekiq log file on my heroku environment but I cannot find anything in the documentation nor google helps me here. I am sure it has to be sth like exec sidekiq -L log/sidekiq.logbut that command fails on heroku. How can I access my sidekiq log file on a heroku environment?


回答1:


I grabbed the worker logger on heroku

heroku logs -t -a eventbaxx-production | grep worker.1

so I could see sidekiq activity.



来源:https://stackoverflow.com/questions/37969031/exec-sidekiq-log-on-heroku

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!