This commit is contained in:
Martin Pander
2026-02-07 20:44:58 +01:00
parent e35f480248
commit 980c8eb309
5 changed files with 4 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ func main() {
ctx := context.Background()
common := common.NewCommon(ctx, ts, tws)
file, err := os.OpenFile("app.log", os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0644)
file, err := os.OpenFile("/tmp/tasksquire.log", os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0644)
if err != nil {
log.Fatalf("failed to open log file: %v", err)
}