We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b8e74 commit 3f36ce8Copy full SHA for 3f36ce8
src/liblog/directive.rs
@@ -17,7 +17,7 @@ pub struct LogDirective {
17
pub level: u32,
18
}
19
20
-pub const LOG_LEVEL_NAMES: [&'static str; 4] = ["ERROR", "WARN", "INFO", "DEBUG"];
+pub const LOG_LEVEL_NAMES: [&'static str; 5] = ["ERROR", "WARN", "INFO", "DEBUG", "TRACE"];
21
22
/// Parse an individual log level that is either a number or a symbolic log level
23
fn parse_log_level(level: &str) -> Option<u32> {
0 commit comments