From 4ebe8c127016f97c1e4b27e468b81738d5c93a40 Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 19 Jun 2024 21:42:06 +0200 Subject: [PATCH] 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) --- .air.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.air.toml b/.air.toml index d506c19426..af182697fb 100644 --- a/.air.toml +++ b/.air.toml @@ -24,3 +24,6 @@ exclude_dir = [ ] exclude_regex = ["_test.go$", "_gen.go$"] stop_on_error = true + +[log] +main_only = true