Use eventlog directly for apptask crashes

This commit is contained in:
Johannes Zellner
2019-01-19 13:23:18 +01:00
parent 5a6b8222df
commit ed7a7bc879
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -20,6 +20,7 @@ exports = module.exports = {
ACTION_APP_LOGIN: 'app.login',
ACTION_APP_OOM: 'app.oom',
ACTION_APP_DOWN: 'app.down',
ACTION_APP_TASK_CRASH: 'app.task.crash',
ACTION_BACKUP_FINISH: 'backup.finish',
ACTION_BACKUP_START: 'backup.start',