Skip to content

Commit

Permalink
Merge pull request #240 from dmlloyd/logmgr-243
Browse files Browse the repository at this point in the history
[LOGMGR-243] Put handler errors into the root category
  • Loading branch information
jamezp authored Mar 15, 2019
2 parents 20e1580 + 31f6a40 commit a63b10d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ protected ExtLogRecord errorToLogRecord(String msg, Exception ex, int code) {
msg,
});
record.setThrown(ex);
record.setLoggerName("");
return record;
}
}

0 comments on commit a63b10d

Please sign in to comment.