Skip to content

Commit

Permalink
add walkers to CRATES_AT_INFO_LEVEL
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Oct 25, 2024
1 parent 6dc47cf commit f2482f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/utils/re_log/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ const CRATES_AT_INFO_LEVEL: &[&str] = &[
// only let rustls log in debug mode: https://github.com/rerun-io/rerun/issues/3104
#[cfg(debug_assertions)]
"rustls",
// walkers generates noise around tile download, see https://github.com/podusowski/walkers/issues/199
"walkers",
// winit 0.30.5 spams about `set_cursor_visible` calls. It's gone on winit master, so hopefully gone in next winit release.
"winit",
];
Expand Down

0 comments on commit f2482f1

Please sign in to comment.