Reduce air verbosity (#31417)

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

(cherry picked from commit 1c1545268743d7d4536a5ff2a137af7c255f45c8)
This commit is contained in:
silverwind 2024-06-19 21:42:06 +02:00 committed by Earl Warren
parent cdefd617d0
commit 4ebe8c1270
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

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