Skip to content

Commit ad671f4

Browse files
committed
docs: provide link to the logging facade crate
1 parent 0a577cd commit ad671f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ impl NodeBuilder {
335335
self
336336
}
337337

338-
/// Configures the [`Node`] instance to write logs to the `log` facade.
338+
/// Configures the [`Node`] instance to write logs to the [`log`](https://crates.io/crates/log) facade.
339339
pub fn set_log_facade_logger(&mut self, log_level: LogLevel) -> &mut Self {
340340
self.log_writer_config = Some(LogWriterConfig::Log(log_level));
341341
self

0 commit comments

Comments
 (0)