This commit is contained in:
jahruz67
2026-05-08 17:09:25 -07:00
parent afe0692da3
commit 5bf321b22e
6 changed files with 94 additions and 10 deletions
+1 -3
View File
@@ -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
}