minor: Record snippet config errors

This commit is contained in:
Lukas Wirth 2022-04-28 15:17:44 +02:00
parent 8b056fad45
commit 075b18942f
3 changed files with 8 additions and 3 deletions

View file

@ -290,7 +290,7 @@ impl GlobalState {
}
let duration = start.elapsed();
tracing::info!("handled {} - ({}) in {:0.2?}", method, response.id, duration);
tracing::debug!("handled {} - ({}) in {:0.2?}", method, response.id, duration);
self.send(response.into());
}
}