Add SCM & crash logs
PatrickLang opened this issue · 1 comments
PatrickLang commented
We need to be able to understand what order services started, if they crashed, and if they were restarted. This needs more log sources:
get-eventlog -LogName System -Source "Service Control Manager" -Message "*docker*"
get-eventlog -LogName Application -Source "Windows Error Reporting"
PatrickLang commented
Fixed in commits leading up to deefac9