====== 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 [[start|Infrastructure Checklists]] | [[..:start|Review Checklists]] ~~DISCUSSION:off~~