mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 15:24:47 +00:00
docs: fix typo surrounding 'log-always' usage (#896)
This commit is contained in:
parent
ed28c1fafe
commit
e486bdf81c
@ -761,7 +761,7 @@
|
||||
//! is intended for use in libraries whose users may be using either `tracing`
|
||||
//! or `log`.
|
||||
//! * `log-always`: Emit `log` records from all `tracing` spans and events, even
|
||||
//! a `tracing` subscriber has been set. This should be set only by
|
||||
//! if a `tracing` subscriber has been set. This should be set only by
|
||||
//! applications which intend to collect traces and logs separately; if an
|
||||
//! adapter is used to convert `log` records into `tracing` events, this will
|
||||
//! cause duplicate events to occur.
|
||||
|
Loading…
x
Reference in New Issue
Block a user