Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlava M. <28267670+slavafyi@users.noreply.github.com>2025-10-09 18:39:29 +0300
committerGitHub <noreply@github.com>2025-10-09 18:39:29 +0300
commit8afa39144ec68714aa584ad34925dde4bbdb14ca (patch)
tree6b3841ec0d3322b4b415f08df53ec97f78b60aa0 /sub/sub.go
parent00baeffe7497cfd7d4566aa03756a6f5b78f795d (diff)
feat: add file logger support (#3575)
* feat: add backend for file logger
Diffstat (limited to 'sub/sub.go')
-rw-r--r--sub/sub.go2
1 files changed, 1 insertions, 1 deletions
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)
})