Struct tracing_subscriber::fmt::format::Compact
source · pub struct Compact;
Expand description
Marker for Format
that indicates that the compact log format should be used.
The compact format only includes the fields from the most recently entered span.