Skip to content

Commit

Permalink
log request
Browse files Browse the repository at this point in the history
  • Loading branch information
aasifkhan7 authored Oct 11, 2024
1 parent a2bc2cb commit 2e07bc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/server/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ func (s *HTTPServer) HealthCheck(w http.ResponseWriter, request *http.Request) {
}

func (s *HTTPServer) CliHandler(w http.ResponseWriter, r *http.Request) {
slog.Info("aasif request:", slog.Any("request=", r))
diceCmd, err := util.ParseHTTPRequest(r)
slog.Info("aasif diceCmd:", slog.Any("diceCmd", diceCmd))
if err != nil {
Expand Down

0 comments on commit 2e07bc7

Please sign in to comment.