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
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.go b/config/config.go
index 32d83055..d5fe65ff 100644
--- a/config/config.go
+++ b/config/config.go
@@ -95,7 +95,7 @@ func GetLogFolder() string {
return logFolderPath
}
if runtime.GOOS == "windows" {
- return getBaseDir()
+ return filepath.Join(".", "log")
}
return "/var/log"
}