Skip to content

Commit

Permalink
[LOGMGR-243] Put handler errors into the root category
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed Mar 14, 2019
1 parent 85a93c6 commit 31f6a40
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 31f6a40

Please sign in to comment.