mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ResponseOps][alerting] remove debug log causing null dereference on alert::getUuid()
(#189572)
resolves https://github.com/elastic/kibana/issues/189551 See the reference issue for more details. We just remove the else clause that is logging the error, as it's both very unlikely we'd ever see it since it's debug level, but we also don't think it's needed from the recent work done in this module.
This commit is contained in:
parent
7b38be0766
commit
86bd347e13
1 changed files with 0 additions and 7 deletions
|
@ -518,13 +518,6 @@ export class AlertsClient<
|
|||
rule: this.rule,
|
||||
})
|
||||
);
|
||||
} else {
|
||||
this.options.logger.debug(
|
||||
() =>
|
||||
`Could not find alert document to update for recovered alert with id ${id} and uuid ${currentRecoveredAlerts[
|
||||
id
|
||||
].getUuid()}`
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue