Skip to content

Commit 631fce3

Browse files
committed
docs: simplify log_level description in FilesystemLoggerConfig
1 parent 65604ce commit 631fce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ pub struct FilesystemLoggerConfig {
444444
pub log_file_path: Option<String>,
445445
/// This specifies the log level.
446446
///
447-
/// If unconfigured, defaults to [`DEFAULT_LOG_LEVEL`], i.e. `LogLevel::Debug`
447+
/// If unconfigured, defaults to `Debug`.
448448
pub log_level: Option<LogLevel>,
449449
}
450450

0 commit comments

Comments
 (0)