loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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)

authored by

silverwind and committed by
Earl Warren
4ebe8c12 cdefd617

+3
+3
.air.toml
··· 24 24 ] 25 25 exclude_regex = ["_test.go$", "_gen.go$"] 26 26 stop_on_error = true 27 + 28 + [log] 29 + main_only = true