Skip to content

Commit 241bfcc

Browse files
committed
fix: broken link in docs pointing to DEFAULT_LOG_FILE_PATH
1 parent 7582527 commit 241bfcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/builder.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ enum LogWriterConfig {
116116
///
117117
/// This specifies the log file path if a destination other than the storage
118118
/// directory, i.e. [`Config::storage_dir_path`], is preferred. If unconfigured,
119-
/// defaults to [`DEFAULT_LOG_FILENAME`] in default storage directory.
119+
/// defaults to [`DEFAULT_LOG_FILE_PATH`] in default storage directory.
120120
log_file_path: Option<String>,
121121
/// This specifies the log level.
122122
///
@@ -349,7 +349,7 @@ impl NodeBuilder {
349349

350350
/// Configures the [`Node`] instance to write logs to the filesystem.
351351
///
352-
/// The `log_file_path` defaults to the [`DEFAULT_LOG_FILENAME`] in the default
352+
/// The `log_file_path` defaults to the [`DEFAULT_LOG_FILE_PATH`] in the default
353353
/// storage directory if set to None.
354354
/// The `log_level` defaults to [`DEFAULT_LOG_LEVEL`] if set to None.
355355
pub fn set_filesystem_logger(

0 commit comments

Comments
 (0)