diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2023-11-24 22:04:18 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2023-11-24 22:04:18 +0400 |
| commit | 5b3d62699306fb36d3c4db799431ea30315172de (patch) | |
| tree | d9b91822ad1413cfa1988c12adba33d58289a204 | |
| parent | 7d797336aa800dd9cf4a2b476df6a11965275760 (diff) | |
| download | niri-5b3d62699306fb36d3c4db799431ea30315172de.tar.gz niri-5b3d62699306fb36d3c4db799431ea30315172de.tar.bz2 niri-5b3d62699306fb36d3c4db799431ea30315172de.zip | |
Remove info from default log
Smithay spams way too much.
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 08cd0533..fedd2c2b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -65,7 +65,7 @@ fn main() { let is_systemd_service = env::var_os("NOTIFY_SOCKET").is_some(); - let directives = env::var("RUST_LOG").unwrap_or_else(|_| "niri=debug,info".to_owned()); + let directives = env::var("RUST_LOG").unwrap_or_else(|_| "niri=debug".to_owned()); let env_filter = EnvFilter::builder().parse_lossy(directives); tracing_subscriber::fmt() .compact() |
