File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -610,7 +610,7 @@ impl ArcedNodeBuilder {
610
610
self . inner . write ( ) . unwrap ( ) . set_storage_dir_path ( storage_dir_path) ;
611
611
}
612
612
613
- /// Sets the log dir path if logs need to live separate from the storage directory path.
613
+ /// Sets the log file path if logs need to live separate from the storage directory path.
614
614
pub fn set_log_file_path ( & self , log_file_path : String ) {
615
615
self . inner . write ( ) . unwrap ( ) . set_log_file_path ( log_file_path) ;
616
616
}
Original file line number Diff line number Diff line change @@ -105,7 +105,8 @@ pub struct Config {
105
105
pub storage_dir_path : String ,
106
106
/// The path where logs are stored.
107
107
///
108
- /// If set to `None`, logs can be found in [`Config::storage_dir_path`] directory.
108
+ /// If set to `None`, logs can be found in `ldk_node.log` in the [`Config::storage_dir_path`]
109
+ /// directory.
109
110
pub log_file_path : Option < String > ,
110
111
/// The used Bitcoin network.
111
112
pub network : Network ,
You can’t perform that action at this time.
0 commit comments