diff options
| author | Slava M. <28267670+slavafyi@users.noreply.github.com> | 2025-10-09 18:39:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-09 18:39:29 +0300 |
| commit | 8afa39144ec68714aa584ad34925dde4bbdb14ca (patch) | |
| tree | 6b3841ec0d3322b4b415f08df53ec97f78b60aa0 /sub/sub.go | |
| parent | 00baeffe7497cfd7d4566aa03756a6f5b78f795d (diff) | |
feat: add file logger support (#3575)
* feat: add backend for file logger
Diffstat (limited to 'sub/sub.go')
| -rw-r--r-- | sub/sub.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) }) |
