I set up log stock for my Heroku app, which drains logs via HTTPS.
I added it to my application using this toolbelt command:
heroku drains:add http:
The problem is that I have a cron job running on a separate dinodera, my workflow, and it doesnβt drain.
I really only want to merge the logs from the workflow.
Is there a way to add a leak ONLY a workflow? If this is not the case, is there a way to make sure that the workflow is included in the sewer?
Thank!
source
share