-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSON Logging #221
Comments
It would be great if the format would follow one of the (many) conventions out there, including the question how to deal with additional fields. |
I can't find something like a real standard / RFC on JSON logging. Which format would you prefer? I think this looks good to me: https://nodejs.org/en/blog/module/service-logging-in-json-with-bunyan/ |
Yeah, me too. Nothing fully established.
I like to use pino in the Node.js world, which logs in a format very similar to the well-known bunyan. I also found the Google Cloud schema. |
Makes sense. Being compatible to bunyan and/or pino would have the benefit of being able to use their pretty-print tools. Sounds great! 🚀 |
Example:
The text was updated successfully, but these errors were encountered: