From 65cf432387cc084cc4538267175348c0c2514831 Mon Sep 17 00:00:00 2001 From: Erik Mackdanz Date: Thu, 26 Oct 2023 21:54:57 -0500 Subject: [PATCH] Log request validation info's --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index aebe909..4fc0a02 100644 --- a/src/main.rs +++ b/src/main.rs @@ -23,6 +23,8 @@ macro_rules! write_err_resp { { error!("Error was {}",e); } + + info!("{} {}",$status,$body); } } -- 2.52.0