-
Notifications
You must be signed in to change notification settings - Fork 440
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
Are there docs/examples for the logging functionality? #2302
Comments
This is missing, and part of the plan ... |
@Falmarri , our API docs are still under progress. Our API is intended for general purpose logging, but currently we only support OpenTelemetry backend (SDK&exporter). Wondering which logging scenario you are interested in. |
This issue was marked as stale due to lack of activity. |
@ThomsonTan Basically structured logging to files, with arbitrary key/value pairs. Specifically we log in ECS format. But also the ability to use arbitrary key values. I currently hack this using
would result in
Or some similar syntax. Basically, just files and/or stdout. We have a lot of logging framework built to eventually get ingested by our ELK stack. |
This issue was marked as stale due to lack of activity. |
The last release marks logging as public. But I don't see any docs about this. Is this intended to be a general purpose logging framework? I'm currently using spdlog, but I have structure hacked into it. If this project also is intending to support native structured logging, I'm very interested. But I'm hesitant given there seems to be 0 documentation.
The text was updated successfully, but these errors were encountered: