Skip to content

Commit

Permalink
Drop HTTP log level
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Sep 14, 2020
1 parent 67bfe99 commit cef90e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/http_api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pub fn slog_logging(
warp::log::custom(move |info| {
match info.status() {
status if status == StatusCode::OK || status == StatusCode::NOT_FOUND => {
debug!(
trace!(
log,
"Processed HTTP API request";
"elapsed" => format!("{:?}", info.elapsed()),
Expand Down

0 comments on commit cef90e6

Please sign in to comment.