mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-27 07:31:42 +01:00
fix: set routes logging to Debug
This commit is contained in:
@@ -72,6 +72,6 @@ func Start(serverConf config.Server, strategyConf config.Strategy, sessionManage
|
||||
|
||||
func logRoutes(routes gin.RoutesInfo) {
|
||||
for _, route := range routes {
|
||||
log.Info(fmt.Sprintf("%s %s %s", route.Method, route.Path, route.Handler))
|
||||
log.Debug(fmt.Sprintf("%s %s %s", route.Method, route.Path, route.Handler))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user