]> Humopery - fcgisrv.git/commitdiff
Log request validation info's
authorErik Mackdanz <erikmack@gmail.com>
Fri, 27 Oct 2023 02:54:57 +0000 (21:54 -0500)
committerErik Mackdanz <erikmack@gmail.com>
Fri, 27 Oct 2023 02:54:57 +0000 (21:54 -0500)
src/main.rs

index aebe90909a9ea2c891650323baede0e64c845ee9..4fc0a0221c9cd372be777216a439bc7c6e85ae3e 100644 (file)
@@ -23,6 +23,8 @@ macro_rules! write_err_resp {
        {
            error!("Error was {}",e);
        }
+
+       info!("{} {}",$status,$body);
     }
 }