Logging Checklist

Version: 2.0
Scope: Log format, rotation/sequence, debug gating, timestamps.

Checks

  • [ ] Log files use {program}.log.{NNN}.txt format
  • [ ] Sequence {NNN} increments on each application restart
  • [ ] Log header includes: timestamp, PID, version
  • [ ] --debug flag enables verbose logging at runtime
  • [ ] DEBUG level only active with --debug flag
  • [ ] 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