File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ enum LogWriterConfig {
116
116
///
117
117
/// This specifies the log file path if a destination other than the storage
118
118
/// 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.
120
120
log_file_path : Option < String > ,
121
121
/// This specifies the log level.
122
122
///
@@ -349,7 +349,7 @@ impl NodeBuilder {
349
349
350
350
/// Configures the [`Node`] instance to write logs to the filesystem.
351
351
///
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
353
353
/// storage directory if set to None.
354
354
/// The `log_level` defaults to [`DEFAULT_LOG_LEVEL`] if set to None.
355
355
pub fn set_filesystem_logger (
You can’t perform that action at this time.
0 commit comments