mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
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)
This commit is contained in:
parent
cdefd617d0
commit
4ebe8c1270
1 changed files with 3 additions and 0 deletions
|
@ -24,3 +24,6 @@ exclude_dir = [
|
||||||
]
|
]
|
||||||
exclude_regex = ["_test.go$", "_gen.go$"]
|
exclude_regex = ["_test.go$", "_gen.go$"]
|
||||||
stop_on_error = true
|
stop_on_error = true
|
||||||
|
|
||||||
|
[log]
|
||||||
|
main_only = true
|
||||||
|
|
Loading…
Reference in a new issue