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

Fabio Pistolesi
17.43.2016 a245b0add145714f7dccf5a8f487fbceb0a4a5f3
OPENDJ-2725 Have unique short name categories from message resources

Category CORE should just be from the core server, not the SDK and runtime too.
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
@@ -38,8 +38,8 @@
  {
    // The category used for messages associated with the core server.
    NAMES.put("org.opends.messages.core", "CORE");
    NAMES.put("org.opends.messages.runtime", "CORE");
    NAMES.put("com.forgerock.opendj.ldap", "CORE");
    NAMES.put("org.opends.messages.runtime", "JVM");
    NAMES.put("com.forgerock.opendj.ldap", "SDK");
    // The category used for messages associated with server extensions
    // (e.g. extended operations, SASL mechanisms, password storage, schemes, password validators, etc.).