Make `air` log less. Uses the option added in
https://github.com/air-verse/air/pull/367.
This commit is contained in:
silverwind 2024-06-19 21:42:06 +02:00 коммит произвёл GitHub
Родитель 566d87bb8e
Коммит 1c15452687
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

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