1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-04 14:46:57 -05:00
gitea/models/asymkey
Giteabot 5a6f7353d3
Clean up log messages (#30313) (#30318)
Backport #30313 by wxiaoguang

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

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-04-07 11:44:09 +00:00
..
error.go
gpg_key_add.go
gpg_key_commit_verification.go Fix missing 0 prefix of GPG key id (#30245) (#30248) 2024-04-02 16:23:52 +00:00
gpg_key_common.go Fix missing 0 prefix of GPG key id (#30245) (#30248) 2024-04-02 16:23:52 +00:00
gpg_key_import.go
gpg_key_list.go
gpg_key_test.go Fix missing 0 prefix of GPG key id (#30245) (#30248) 2024-04-02 16:23:52 +00:00
gpg_key_verify.go Fix GPG subkey verify (#30193) (#30203) 2024-03-31 06:48:33 +00:00
gpg_key.go
main_test.go
ssh_key_authorized_keys.go Fix some pending problems (#29985) 2024-03-22 19:17:30 +08:00
ssh_key_commit_verification.go
ssh_key_deploy.go
ssh_key_fingerprint.go Clean up log messages (#30313) (#30318) 2024-04-07 11:44:09 +00:00
ssh_key_parse.go
ssh_key_principals.go Move some asymkey functions to service layer (#28894) 2024-03-04 08:57:39 +00:00
ssh_key_test.go
ssh_key_verify.go
ssh_key.go