tracing-questions
default writer to stdout/stderr
`on_enter` self-deadlock when `context_activation` is enabled and OpenTelemetry emits internal event
Using tokio-console.
stdout + syslog output.
log level-dependent fields
Idiomatic "Wide events" pattern
tracing-subscriber EnvFilter builder and adding custom directives?
Span Directive not getting recognised by subscriber
Tokio tracing performance impact
How to rely on spans to avoid redundant log statements
Propagate some common attributes across all level logs
tracing skipping a trace
non-static lifetime metadata
type information or custom formatting in `Visit::record_debug`
Write trace to new file on a per-span basis
Filter based on URL
[answered] tracing + indicatif
New to logs with tracing: Is there a way to well known way achieve file logging with rotation?
Local ambiguity when using `info!` macro
Benchmarking a `tracing_subscriber::Layer`
How to get span fields values from on_event() when implementing a Layer?
tracing-log events have target `log` rather than the actual log target when passed to MakeWriter
Event with dyn Error leads to temporary value dropped while still borrowed
Non-blocking write both to console and to file using tracing-appender
Capture events emitted by a particular function call
OpenTelemetryLayer seems to affect tracing_subscriber::fmt::Layer
deduplicating field information in emitted spans
Adding new metadata field for function name
Tracing and systemd
How to capture tracing logs to display within TUI?
How to time spans in Wasm/web assembly?
using `Span::record` leads to multiple instances
4 questions about tracing_subscriber
Tracing scoped context
Format event in custom layer in the same way that `tracing_subscriber::fmt` does
How to avoid importing macros
Tracing across async boundaries
with_min_level call is not compiling - trait bounds error
Global filters in tracing-subscriber
Merging sibling spans
Lazy span/instrument evaluation?
Lightweight TcpSubscriber anywhere?
Best way to modify log file path at runtime?
Simple example for file logging + custom logging
`MakeWriter` not implement for `Arc<Vec<u8>>`
Is it possible to clear all parent spans?
How can I create a span for an event without a root span?
Should `opentelemetry::Context::current()` equal `tracing::Span::current().context()` ?