A tool to sync music with your favorite devices
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

main: ignore sqlx logs except for errors

Gee Sawra fbe16c0e 11c094a3

+1 -1
+1 -1
src/main.rs
··· 30 30 31 31 fn log_setup() { 32 32 if std::env::var("RUST_LOG").is_err() { 33 - unsafe { std::env::set_var("RUST_LOG", "info") } 33 + unsafe { std::env::set_var("RUST_LOG", "info,sqlx::query=error") } 34 34 } 35 35 36 36 env_logger::init();