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

jvergara
10.03.2009 ebc0482af96e6a6e298a2cbc572e298efb296a18
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
opends/src/server/org/opends/server/core/DirectoryServer.java 2 ●●● patch | view | raw | blame | history
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();