Skip to content

Commit e4ea459

Browse files
authored
Log received webhook events at debug level (#395)
1 parent 7c62cd5 commit e4ea459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

githubapp/dispatcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ func (d *eventDispatcher) ServeHTTP(w http.ResponseWriter, r *http.Request) {
185185
return
186186
}
187187

188-
logger.Info().Msgf("Received webhook event")
188+
logger.Debug().Msgf("Received webhook event")
189189

190190
handler, ok := d.handlerMap[eventType]
191191
if ok {

0 commit comments

Comments
 (0)