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
These few unstructured log messages prevent us from treating the entire output of the application as a sequence of JSON objects, which means we can't do things like npm start | jq 'select(.level == 50)'.
There's a few
console.log
s lying around in the code base that we haven't converted to PinoJS yet.They exist in three files:
These few unstructured log messages prevent us from treating the entire output of the application as a sequence of JSON objects, which means we can't do things like
npm start | jq 'select(.level == 50)'
.Needs #190
Needs #191
Needs #192
The text was updated successfully, but these errors were encountered: