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 Nov 15, 2022. It is now read-only.
Hey @Bigomby, is something blocking this? I think we just need to:
Research how to integrate with docker logs and include in documentation. Note that main goal for logging at this stage is to help debugging and I think a more human logging would help. Reference: pretty logs with docker pinojs/pino#178
Replace all console.log by pino logger calls in all places.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the application is using
console.log
for logging. We should avoid using it on production, instead a proper logger should be used.I propose pino, which has good performance and outputs useful info for production environments and pretty logs in development environments.
The text was updated successfully, but these errors were encountered: