From 3813b2786295087b3a5ecb3562fc35d90c439bf0 Mon Sep 17 00:00:00 2001 From: Giteabot Date: Thu, 20 Jun 2024 04:57:28 +0800 Subject: [PATCH] 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 --- .air.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.air.toml b/.air.toml index 3740c4d4aa..8854041a25 100644 --- a/.air.toml +++ b/.air.toml @@ -21,3 +21,6 @@ exclude_dir = [ ] exclude_regex = ["_test.go$", "_gen.go$"] stop_on_error = true + +[log] +main_only = true