Log same environment information to Robust log as is already done for simulator logs, for debug purposes

This commit is contained in:
Justin Clark-Casey (justincc)
2013-03-14 23:39:15 +00:00
parent 2fbc08d7dd
commit 12900ea84e
5 changed files with 23 additions and 19 deletions

View File

@@ -186,10 +186,7 @@ namespace OpenSim.Server.Base
XmlConfigurator.Configure();
}
// FIXME: This should be done down in ServerBase but we need to sort out and refactor the log4net
// XmlConfigurator calls first accross servers.
m_log.InfoFormat("[SERVER BASE]: Starting in {0}", m_startupDirectory);
LogEnvironmentInformation();
RegisterCommonAppenders(startupConfig);
if (startupConfig.GetString("PIDFile", String.Empty) != String.Empty)