Skip to content

Commit 6ad98d2

Browse files
committed
fix: reduce log verbosity
1 parent b923f7d commit 6ad98d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/loki_push.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ fn make_json_body(msgs: &[LogMsg], config: &'static IngestorConfig) -> serde_jso
5858
})
5959
.collect();
6060

61-
dbg!(serde_json::json!({
61+
serde_json::json!({
6262
"streams": streams
63-
}))
63+
})
6464
}
6565

6666
pub async fn consumer_loop(

0 commit comments

Comments
 (0)