Reduce `air` verbosity (#31417)
Make `air` log less. Uses the option added in https://github.com/air-verse/air/pull/367.
This commit is contained in:
Родитель
566d87bb8e
Коммит
1c15452687
|
@ -21,3 +21,6 @@ exclude_dir = [
|
|||
]
|
||||
exclude_regex = ["_test.go$", "_gen.go$"]
|
||||
stop_on_error = true
|
||||
|
||||
[log]
|
||||
main_only = true
|
||||
|
|
Загрузка…
Ссылка в новой задаче