Skip to content

Commit

Permalink
[09 of 10]: docs: term "logging directives" emphasized (first mention)
Browse files Browse the repository at this point in the history
Add markdown to emphasize (typical rendering would be italics) the
term "logging directive" upon the first mention in the text.
  • Loading branch information
salewski committed Dec 6, 2020
1 parent 484ca2b commit b844d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Expand Up @@ -93,8 +93,8 @@
//! logging is disabled except for the `error` level**.
//!
//! Logging is controlled via the **`RUST_LOG`** environment variable. The
//! value of this environment variable is a comma-separated list of logging
//! directives. A logging directive is of the form:
//! value of this environment variable is a comma-separated list of *logging
//! directives*. A logging directive is of the form:
//!
//! ```text
//! path::to::module=level
Expand Down

0 comments on commit b844d58

Please sign in to comment.