PatrickLang/logslurp

Add SCM & crash logs

PatrickLang opened this issue · 1 comments

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"

Fixed in commits leading up to deefac9