]> source.dussan.org Git - gitea.git/commit
Clean up log messages (#30313)
authorwxiaoguang <wxiaoguang@gmail.com>
Sun, 7 Apr 2024 11:17:06 +0000 (19:17 +0800)
committerGitHub <noreply@github.com>
Sun, 7 Apr 2024 11:17:06 +0000 (19:17 +0800)
commit83f83019ef3471b847a300f0821499b3896ec987
tree65f500016eeab7a74ab2265a6e9e5ab37d99749c
parent94aad35a120b05897a0b6b97f0d9605a52ea9642
Clean up log messages (#30313)

`log.Xxx("%v")` is not ideal, this PR adds necessary context messages.
Remove some unnecessary logs.

Co-authored-by: Giteabot <teabot@gitea.io>
17 files changed:
cmd/web.go
models/asymkey/ssh_key_fingerprint.go
models/repo/issue.go
modules/util/util.go
routers/api/v1/notify/repo.go
routers/private/actions.go
routers/private/hook_verification.go
routers/private/mail.go
routers/web/admin/users.go
routers/web/auth/password.go
routers/web/user/setting/account.go
services/context/captcha.go
services/notify/notify.go
services/repository/files/cherry_pick.go
services/repository/files/patch.go
services/repository/files/update.go
services/wiki/wiki.go