Skip to content

Commit

Permalink
add params warn logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagaprasadvr committed Feb 4, 2025
1 parent 748e6ce commit f9f6bb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions das_api/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ impl Logger for MetricMiddleware {
_transport: TransportProtocol,
) {
debug!("Call: {} {:?}", method_name, params);
warn!("Params: {:#?}", params);
}

fn on_response(&self, result: &str, _started_at: Self::Instant, _transport: TransportProtocol) {
Expand Down

0 comments on commit f9f6bb7

Please sign in to comment.