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
{{ message }}
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.
My application uses Bunyan for logging. In order to make the output more readable, my original command is node ./app.js | bunyan.
When I change my command to nodejs-dashboard node ./app.js | bunyan, I just get the message "Waiting for client connection on 9838..." and nothing else.
If I get rid of the | bunyan pipe, it works fine (but with the stdout an unreadable mess).
Any ideas how to get my output piped?
The text was updated successfully, but these errors were encountered:
Hi @riggerthegeek not sure that this setup will work in its current incarnation. You might be able to use bunyan -p option with some bash hackery and launch bunyan via the dashboard.
<praise>Splendid package, well done</praise>
My application uses Bunyan for logging. In order to make the output more readable, my original command is
node ./app.js | bunyan
.When I change my command to
nodejs-dashboard node ./app.js | bunyan
, I just get the message "Waiting for client connection on 9838..." and nothing else.If I get rid of the
| bunyan
pipe, it works fine (but with the stdout an unreadable mess).Any ideas how to get my output piped?
The text was updated successfully, but these errors were encountered: