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>
(cherry picked from commit 3813b2786295087b3a5ecb3562fc35d90c439bf0)
This commit is contained in:
Giteabot 2024-06-20 04:57:28 +08:00 committed by Earl Warren
parent 04a8162e4f
commit e61aa25412
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

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