Browse Source
When using an error tracking system, two error log messages result into two different alerts. It's best to group the logs and have one error with all the information. For example when using with Sentry, this double line of log.error will create 2 different Issues. One can merge the issues but it will be simpler to have a single error log line. Signed-off-by: Benoit Maggi <benoit.maggi@gmail.com> Reviewers: Ewen Cheslack-Postava <me@ewencp.org>, Konstantine Karantasis <k.karantasis@gmail.com>pull/9440/head
Benoit Maggi
4 years ago
committed by
GitHub
1 changed files with 2 additions and 3 deletions
Loading…
Reference in new issue