You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this may be related to a missing pipefail option. I probably need to use bash -c -o pipefail "node server.js | rtail --id api-dev" to make it work
related to #36
I have something like
"node server.js | rtail --id api-dev"
as mon command andSIGTERM
never gets to the node process.The text was updated successfully, but these errors were encountered: