We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Event
I try the example https://github.com/axiomhq/tracing-axiom/blob/main/examples/fmt/main.rs
But the Event is empty in the dashboard. When I replace info! with error!, I can see some built-in fields in the Event.
info!
error!
So how can I upload custom fields? I also try info!(body = "xxx") but it doesn't work either.
info!(body = "xxx")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I try the example https://github.com/axiomhq/tracing-axiom/blob/main/examples/fmt/main.rs
But the
Event
is empty in the dashboard. When I replaceinfo!
witherror!
, I can see some built-in fields in theEvent
.So how can I upload custom fields? I also try
info!(body = "xxx")
but it doesn't work either.The text was updated successfully, but these errors were encountered: