remove default debug logging

This commit is contained in:
41666 2023-06-09 06:37:03 -04:00
parent cb3b41cd96
commit 6ed6701bb4

View file

@ -22,7 +22,7 @@ mod zones;
#[tokio::main]
async fn main() {
tracing_subscriber::fmt()
.with_max_level(Level::DEBUG)
// .with_max_level(Level::DEBUG)
.init();
let app = Router::new()