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

Gaetan Boismal
27.58.2015 0aa2f296c2918360110f9bc64124faa98e9a3dda
opendj-server-legacy/src/main/java/org/opends/server/admin/ClassLoaderProvider.java
@@ -662,9 +662,10 @@
        throw new InitializationException(message);
      }
      try {
        // Log build information of extensions in the error log
        // Log build information of extensions in the information log
        String[] information = getBuildInformation(jarFile);
        logger.info(NOTE_LOG_EXTENSION_INFORMATION, jarFile.getName(), information[1], information[2]);
        LocalizedLogger extensionLogger = LocalizedLogger.getLocalizedLogger("org.opends.server.extensions");
        extensionLogger.info(NOTE_LOG_EXTENSION_INFORMATION, jarFile.getName(), information[1], information[2]);
      } catch(Exception e) {
        // Do not log information for that extension
      }