Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 7bc0792

Browse files
committed
debug logs
1 parent 29f5f15 commit 7bc0792

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use std::sync::Arc;
2222
use tokio::signal::unix::{signal, SignalKind};
2323
use tokio::sync::broadcast;
2424
use tokio_util::sync::CancellationToken;
25-
use tracing::{error, info, trace, warn, Level};
25+
use tracing::{debug, error, info, trace, warn, Level};
2626
use tracing_subscriber::EnvFilter;
2727

2828
#[derive(Parser, Debug)]
@@ -143,6 +143,8 @@ async fn main() {
143143
.init();
144144
}
145145

146+
debug!(message = "API keys", keys = ?args.api_keys);
147+
146148
if args.metrics {
147149
info!(
148150
message = "starting metrics server",

0 commit comments

Comments
 (0)