mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
Backport #31417 by @silverwind Make `air` log less. Uses the option added in https://github.com/air-verse/air/pull/367. Co-authored-by: silverwind <me@silverwind.io> (cherry picked from commit 3813b2786295087b3a5ecb3562fc35d90c439bf0)
This commit is contained in:
parent
04a8162e4f
commit
e61aa25412
1 changed files with 3 additions and 0 deletions
|
@ -20,3 +20,6 @@ exclude_dir = [
|
|||
]
|
||||
exclude_regex = ["_test.go$", "_gen.go$"]
|
||||
stop_on_error = true
|
||||
|
||||
[log]
|
||||
main_only = true
|
||||
|
|
Loading…
Reference in a new issue