Reduce `air` verbosity (#31417)

Make `air` log less. Uses the option added in
https://github.com/air-verse/air/pull/367.
pull/31420/head^2
silverwind 5 months ago committed by GitHub
parent 566d87bb8e
commit 1c15452687
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .air.toml

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

Loading…
Cancel
Save