mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 07:42:58 +03:00
[PR #681] [MERGED] gin: less noisy logging by excluding certain paths via regex and excluding localhost all together #683
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/681
Author: @11notes
Created: 6/26/2025
Status: ✅ Merged
Merged: 6/27/2025
Merged by: @stonith404
Base:
main← Head:main📝 Commits (7)
fa015b4chore: gin logging less noisy and no logging for localhost (internal access like health check)10b84a4Merge branch 'main' into main25f75fdfeature: less noisy logging for ginaa910c2Merge branch 'main' of https://github.com/11notes/fork-pocket-id7bcfb7afix: strings.HasPrefix instead of regexpe37c443optimize: swap fmt for normal concat39b4e3erefactor: run formatter📊 Changes
1 file changed (+21 additions, -1 deletions)
View changed files
📝
backend/internal/bootstrap/router_bootstrap.go(+21 -1)📄 Description
gin: less noisy logging by excluding certain paths via regex and excluding localhost all together
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.