Skip to content

Commit

Permalink
ZCS-11112 : Correcting indentation for ZimbraLog.java file
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekdeshmukh2209 committed May 18, 2022
1 parent c26d28e commit 3840063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/src/java/com/zimbra/common/util/ZimbraLog.java
Original file line number Diff line number Diff line change
Expand Up @@ -908,8 +908,8 @@ public static void toolSetupLog4j(String defaultLevel, String logFile, boolean s

// create the new logger
builder.add(builder.newLogger(LOGGER_NAME, level)
.add(builder.newAppenderRef(APPENDER_NAME))
.addAttribute(LOGGER_ADDITIVITY, false));
.add(builder.newAppenderRef(APPENDER_NAME))
.addAttribute(LOGGER_ADDITIVITY, false));
}
builder.add(builder.newRootLogger(level)
.add(builder.newAppenderRef(DEFAULT_APPENDER_NAME)));
Expand Down

0 comments on commit 3840063

Please sign in to comment.