Skip to content

Commit 0aee99a

Browse files
committed
chore: remove unnecessary comment
1 parent afae03e commit 0aee99a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/log.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ fn main() {
77
tracing_appender::rolling::daily("/tmp/logs", "info.log").with_max_level(Level::INFO);
88
let error =
99
tracing_appender::rolling::daily("/tmp/logs", "error.log").with_max_level(Level::ERROR);
10-
// Create a log file writer that directs `INFO` logs to `info.log` and `ERROR` logs to `error.log`
1110
let stdout = std::io::stdout.with_max_level(tracing::Level::INFO);
1211

1312
tracing_subscriber::fmt()

0 commit comments

Comments
 (0)