Skip to content

Commit

Permalink
Update decoder/src/log/format.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Urhengulas authored Oct 2, 2023
1 parent 98e6ffd commit 5d25fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decoder/src/log/format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
//! A log segment can be specified to be colored by providing a color in the format parameters.
//!
//! There are three different options for coloring a log segment:
//! - a string that can be parsed by the FromStr implementation of [colored::Color].
//! - a string that can be parsed by the FromStr implementation of [colored::Color] (`red`, `green` etc.).
//! - `severity` colors the log segment using the predefined color for the log level of log.
//! - `werror` is similar to `severity`, but it only applies the color if the log level is WARN or ERROR.
//!
Expand Down

0 comments on commit 5d25fa9

Please sign in to comment.