From 8afa39144ec68714aa584ad34925dde4bbdb14ca Mon Sep 17 00:00:00 2001 From: "Slava M." <28267670+slavafyi@users.noreply.github.com> Date: Thu, 9 Oct 2025 18:39:29 +0300 Subject: feat: add file logger support (#3575) * feat: add backend for file logger --- sub/sub.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sub') diff --git a/sub/sub.go b/sub/sub.go index 1a1a7d9e..0605c8b9 100644 --- a/sub/sub.go +++ b/sub/sub.go @@ -103,7 +103,7 @@ func (s *Server) initRouter() (*gin.Engine, error) { if basePath != "/" && !strings.HasSuffix(basePath, "/") { basePath += "/" } - logger.Debug("sub: Setting base_path to:", basePath) + // logger.Debug("sub: Setting base_path to:", basePath) engine.Use(func(c *gin.Context) { c.Set("base_path", basePath) }) -- cgit v1.2.3