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

jvergara
10.03.2009 d477c5756f0fcdd4fcb96b415eeaf946f81e61c5
Fix for issue 2993 (Server's RUNTIME_INFORMATION is not printed in the logs when server started by the setup command)

Print the Runtime information once the log configuration has been loaded. The information appears on both log/errors and log/server.out files.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/core/DirectoryServer.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -1292,7 +1292,6 @@
      logError(NOTE_DIRECTORY_SERVER_STARTING.get(getVersionString(),
                                                  BUILD_ID, REVISION_NUMBER));
      RuntimeInformation.logInfo();
      // Acquire an exclusive lock for the Directory Server process.
      if (! serverLocked)
      {
@@ -1363,6 +1362,7 @@
      loggerConfigManager = new LoggerConfigManager();
      loggerConfigManager.initializeLoggerConfig();
      RuntimeInformation.logInfo();
      // Initialize the server alert handlers.
      initializeAlertHandlers();