static TRACING_WRITER: Mutex<Option<Arc<TracingWriter>>>Expand description
Global writer shared with the tracing subscriber so that the underlying pipe can be swapped on reconnect (e.g. after save/restore).
static TRACING_WRITER: Mutex<Option<Arc<TracingWriter>>>Global writer shared with the tracing subscriber so that the underlying pipe can be swapped on reconnect (e.g. after save/restore).