Skip to content

Commit 48f17f9

Browse files
committed
log: make some routing logs into debug logs
Signed-off-by: William Casarin <jb55@jb55.com>
1 parent ca5ecb3 commit 48f17f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/notedeck_columns/src/route.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,10 @@ impl<R: Clone> Router<R> {
344344
self.returning = true;
345345

346346
if let Some(range) = self.overlay_ranges.pop() {
347-
tracing::info!("Going back, found overlay: {:?}", range);
347+
tracing::debug!("Going back, found overlay: {:?}", range);
348348
self.remove_overlay(range);
349349
} else {
350-
tracing::info!("Going back, no overlay");
350+
tracing::debug!("Going back, no overlay");
351351
}
352352

353353
if self.routes.len() == 1 {

0 commit comments

Comments
 (0)