diff --git a/main.go b/main.go index f28143b..ef544e0 100644 --- a/main.go +++ b/main.go @@ -41,7 +41,7 @@ func handler(w http.ResponseWriter, r *http.Request) { resJson, err := json.Marshal(httpResposne) if err != nil { - log.Fatal().Err(err).Msg("Check Error") + log.Fatal().Err(err).Interface("httpResponse", httpResposne).Msg("Check Error") } if gloableRes { w.Write(resJson)