Skip to content

Commit 9b96b64

Browse files
committed
fix: info log only
1 parent 16efb95 commit 9b96b64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ pub async fn build_bot() -> anyhow::Result<()> {
9292
#[tokio::main]
9393
async fn main() -> anyhow::Result<()> {
9494
tracing_subscriber::fmt()
95-
.with_max_level(tracing::Level::DEBUG)
95+
.with_max_level(tracing::Level::INFO)
9696
.pretty()
9797
.with_timer(tracing_subscriber::fmt::time::ChronoLocal::rfc_3339())
9898
.init();

0 commit comments

Comments
 (0)