Set up Heroku magazine drainage on a workflow?

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://example.com --app MY_APP

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!

+4
source share
1 answer

At this point in time, it seems impossible to filter out the leak for anything.

.

.

+1

Source: https://habr.com/ru/post/1689077/


All Articles