Skip to content

Commit

Permalink
Move to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ahatzz11 authored Oct 22, 2024
1 parent 1e73b7c commit b9cb6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion githubapp/dispatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func (d *eventDispatcher) ServeHTTP(w http.ResponseWriter, r *http.Request) {
return
}

logger.Trace().Msgf("Received webhook event")
logger.Debug().Msgf("Received webhook event")

handler, ok := d.handlerMap[eventType]
if ok {
Expand Down

0 comments on commit b9cb6af

Please sign in to comment.