Logging Checklist
Version: 2.0
Scope: Log format, rotation/sequence, debug gating, timestamps.
Checks
- [ ] Log files use
{program}.log.{NNN}.txtformat - [ ] Sequence
{NNN}increments on each application restart - [ ] Log header includes: timestamp, PID, version
- [ ]
--debugflag enables verbose logging at runtime - [ ] DEBUG level only active with
--debugflag - [ ] Timestamps include milliseconds
Version: 2.0 (Split)
Author: Wolfgang van der Stille
Back to Infrastructure Checklists | Review Checklists
Zuletzt geändert: on 2026/01/08 at 01:50 AM