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 was 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).