Improved logging

This commit is contained in:
2026-04-01 23:13:10 +02:00
parent 284a45ece1
commit f8454d8950
3 changed files with 41 additions and 11 deletions

View File

@@ -35,7 +35,8 @@ dotnet run --project /home/tikaiz/RiderProjects/digitalDojo/DDApp/DDApplication/
- The strategy is heuristic and tunable; it is designed for high kill throughput while respecting API cooldowns.
- Session logs are written to `~/.local/share/DDApplication/logs` on Linux:
- `*.events.csv` contains timestamped telemetry, decisions, and events
- `*.summary.txt` contains aggregate K/D, kills/min, deaths/min, and action success rates
- `*.summary.csv` contains machine-readable summary metrics and action rates
- `latest-summary.log.csv` is a symlink that auto-points to the newest `*.summary.csv`
- `latest.log` is a symlink that auto-points to the newest `*.events.csv` session log