forgejo_backup/modules/web/routing
Gusted 25f3f8e1d2 feat: make Forgejo Actions server logs less noisy (#7986)
- The `/api/actions/runner.v1.RunnerService/FetchTask` route is continuously polling for its next task, because long-polling is not implemented this request is made every second. The `/api/actions/runner.v1.RunnerService/UpdateLog` route is used to send new logs of the CI runs that are currently happening.
- Just like the assets requests, they spam the logs and should only be logged at a lower log level.

<!--start release-notes-assistant-->

## Release notes
<!--URL:https://codeberg.org/forgejo/forgejo-->
- Features
  - [PR](https://codeberg.org/forgejo/forgejo/pulls/7986): <!--number 7986 --><!--line 0 --><!--description bWFrZSBGb3JnZWpvIEFjdGlvbnMgc2VydmVyIGxvZ3MgbGVzcyBub2lzeQ==-->make Forgejo Actions server logs less noisy<!--description-->
<!--end release-notes-assistant-->

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7986
Reviewed-by: Beowulf <beowulf@beocode.eu>
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz>
2025-05-29 10:06:30 +02:00
..
context.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
funcinfo.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
funcinfo_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
logger.go feat: make Forgejo Actions server logs less noisy (#7986) 2025-05-29 10:06:30 +02:00
logger_manager.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
requestrecord.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00