Skip to content

Commit

Permalink
Merge pull request #2873 from MattGill98/PAYARA-2870-Log-Formatter-Is…
Browse files Browse the repository at this point in the history
…nt-Used-For-ConsoleHandler

PAYARA-2870 Log Fomatter Isn't Used for ConsoleHandler
  • Loading branch information
Pandrex247 authored Jun 20, 2018
2 parents 2038ed3 + e237913 commit c3f398b
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 c3f398b

Please sign in to comment.