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.
| | |
| | | logError(NOTE_DIRECTORY_SERVER_STARTING.get(getVersionString(), |
| | | BUILD_ID, REVISION_NUMBER)); |
| | | |
| | | RuntimeInformation.logInfo(); |
| | | // Acquire an exclusive lock for the Directory Server process. |
| | | if (! serverLocked) |
| | | { |
| | |
| | | loggerConfigManager = new LoggerConfigManager(); |
| | | loggerConfigManager.initializeLoggerConfig(); |
| | | |
| | | RuntimeInformation.logInfo(); |
| | | |
| | | // Initialize the server alert handlers. |
| | | initializeAlertHandlers(); |