mirror of
https://github.com/jahruz67/wisp-open.git
synced 2026-08-08 18:14:08 +00:00
2
This commit is contained in:
@@ -134,7 +134,5 @@ func getLogPath() (string, error) {
|
||||
return "", err
|
||||
}
|
||||
|
||||
return filepath.Join(homeDir, ".wis-free-v3", "logs"), nil
|
||||
return filepath.Join(homeDir, ".wis-free-v3", "logs", time.Now().Format("2006-01-02")+".log"), nil
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user