1
0
mirror of https://github.com/go-gitea/gitea synced 2024-06-29 06:56:09 +00:00

Reduce air verbosity (#31417) (#31425)

Backport #31417 by @silverwind

Make `air` log less. Uses the option added in
https://github.com/air-verse/air/pull/367.

Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
Giteabot 2024-06-20 04:57:28 +08:00 committed by GitHub
parent 042e9fcd81
commit 3813b27862
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,3 +21,6 @@ exclude_dir = [
]
exclude_regex = ["_test.go$", "_gen.go$"]
stop_on_error = true
[log]
main_only = true