fix: remove duplicate request logging (#678)

This commit is contained in:
Ryan Kaskel
2025-06-24 14:48:11 +01:00
committed by GitHub
parent 23827ba1d1
commit 988c425150

View File

@@ -48,7 +48,6 @@ func initRouterInternal(db *gorm.DB, svc *services) (utils.Service, error) {
}
r := gin.Default()
r.Use(gin.Logger())
if !common.EnvConfig.TrustProxy {
_ = r.SetTrustedProxies(nil)