]> source.dussan.org Git - gitea.git/commit
Warn instead of reporting an error when a webhook cannot be found (#26039) (#26211)
authorGiteabot <teabot@gitea.io>
Sat, 29 Jul 2023 14:47:46 +0000 (22:47 +0800)
committerGitHub <noreply@github.com>
Sat, 29 Jul 2023 14:47:46 +0000 (14:47 +0000)
commitc5fe09db726e2b97b646446976c0968cb0ddd1d5
tree16789356df567e0885810cde372d577eb486183a
parent09814117e3a7505fca75dd747c6d0d886bc1467e
Warn instead of reporting an error when a webhook cannot be found (#26039) (#26211)

Backport #26039 by @puni9869

Attemp fix: #25744
Fixing the log level when we delete any repo then we get error hook not
found by id. That should be warn level to reduce the noise in the logs.

Co-authored-by: puni9869 <80308335+puni9869@users.noreply.github.com>
services/webhook/webhook.go