From 1c1545268743d7d4536a5ff2a137af7c255f45c8 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. --- .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