Skip to content

Commit 0c0ffae

Browse files
committed
fix(api): keep access logger at debug level
1 parent 861456e commit 0c0ffae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ async fn start() -> anyhow::Result<()> {
315315
.wrap(from_fn(user_agent_metric))
316316
.wrap(
317317
Logger::new("%{r}a %t \"%r\" %s %b \"%{User-Agent}i\" %T")
318-
.log_level(Level::Info),
318+
.log_level(Level::Debug),
319319
)
320320
.wrap(
321321
DefaultHeaders::new()

0 commit comments

Comments
 (0)