forgejo-aneksajo/modules/web
forgejo-backport-action 673eccf51f [v11.0/forgejo] feat: make Forgejo Actions server logs less noisy (#7991)
**Backport:** https://codeberg.org/forgejo/forgejo/pulls/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-->

Co-authored-by: Gusted <postmaster@gusted.xyz>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7991
Reviewed-by: Beowulf <beowulf@beocode.eu>
Co-authored-by: forgejo-backport-action <forgejo-backport-action@noreply.codeberg.org>
Co-committed-by: forgejo-backport-action <forgejo-backport-action@noreply.codeberg.org>
2025-05-29 17:24:15 +02:00
..
middleware [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
routing [v11.0/forgejo] feat: make Forgejo Actions server logs less noisy (#7991) 2025-05-29 17:24:15 +02:00
types Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
handler.go [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
route.go [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
route_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
routemock.go [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
routemock_test.go [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00