File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments