diff --git a/src/main.rs b/src/main.rs index edb42a1..f62c9bb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -92,7 +92,7 @@ pub async fn build_bot() -> anyhow::Result<()> { #[tokio::main] async fn main() -> anyhow::Result<()> { tracing_subscriber::fmt() - .with_max_level(tracing::Level::DEBUG) + .with_max_level(tracing::Level::INFO) .pretty() .with_timer(tracing_subscriber::fmt::time::ChronoLocal::rfc_3339()) .init();