Skip to content

Commit

Permalink
Read the log formatter before using one.
Browse files Browse the repository at this point in the history
  • Loading branch information
MattGill98 committed Jun 20, 2018
1 parent 2038ed3 commit e237913
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ public void postConstruct() {
String formatterClassName = null;
try {
Map<String, String> props = getLoggingProperties();
setConsoleHandlerLogFormat(formatterClassName, props, logMgr);
formatterClassName = props.get(CONSOLEHANDLER_FORMATTER_PROPERTY);
setConsoleHandlerLogFormat(formatterClassName, props, logMgr);

//setting default attributes value for all properties
setDefaultLoggingProperties(props);
Expand Down

0 comments on commit e237913

Please sign in to comment.