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

@@ -156,7 +156,7 @@ The `Task` struct uses custom `MarshalJSON()` and `UnmarshalJSON()` to handle:
### Logging
- Uses `log/slog` for structured logging
- Logs written to `app.log` in current directory
- Logs written to `/tmp/tasksquire.log`
- Errors logged but execution typically continues (graceful degradation)
- Log pattern: `slog.Error("message", "key", value)`