Integrated: 980: Update log level of thrown exceptions
Erik Joelsson
erikj at openjdk.java.net
Wed Apr 21 12:27:46 UTC 2021
On Tue, 20 Apr 2021 21:59:06 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
> This patch updates (almost) all uses of log.throwing() to log.log() so that we can include any exception in a log message of the appropriate level. This became necessary as we started logging each log message individually to logstash, so the FINER level logs from log.throwing() were no longer included.
>
> In addition to this, I'm also adding stack_trace and logger_name as fields in the logstash logging entries.
This pull request has now been integrated.
Changeset: 7cdcc9dd
Author: Erik Joelsson <erikj at openjdk.org>
URL: https://git.openjdk.java.net/skara/commit/7cdcc9dd
Stats: 107 lines in 13 files changed: 46 ins; 42 del; 19 mod
980: Update log level of thrown exceptions
Reviewed-by: rwestberg
-------------
PR: https://git.openjdk.java.net/skara/pull/1132
More information about the skara-dev
mailing list