mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gaetan Boismal
01.04.2015 06ff3bee42965cac8cb34c64b320714d43318b62
OPENDJ-2494 Add common audit category in logs
1 files modified
4 ■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/loggers/LoggingCategoryNames.java 4 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/loggers/LoggingCategoryNames.java
@@ -120,8 +120,8 @@
    // administration tool.
    NAMES.put("org.opends.admin.ads", "DSCONFIG");
    // The category used for messages associated with the runtime information
    //NAMES.put("org.opends.server", "RUNTIME_INFORMATION");
    // The category used for messages associated with common audit.
    NAMES.put("org.forgerock.audit", "AUDIT");
  }
  /**