diff options
author | Justin Clark-Casey (justincc) | 2013-03-14 23:39:15 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-03-14 23:39:15 +0000 |
commit | 12900ea84e699f84943009f2d3218fcf5013c6f9 (patch) | |
tree | 1f697a74d016266b9af8b070a9b703398edd81b6 /OpenSim/Server/Base | |
parent | refactor: minor cleanup in osGetAvatarList() (diff) | |
download | opensim-SC_OLD-12900ea84e699f84943009f2d3218fcf5013c6f9.zip opensim-SC_OLD-12900ea84e699f84943009f2d3218fcf5013c6f9.tar.gz opensim-SC_OLD-12900ea84e699f84943009f2d3218fcf5013c6f9.tar.bz2 opensim-SC_OLD-12900ea84e699f84943009f2d3218fcf5013c6f9.tar.xz |
Log same environment information to Robust log as is already done for simulator logs, for debug purposes
Diffstat (limited to 'OpenSim/Server/Base')
-rw-r--r-- | OpenSim/Server/Base/ServicesServerBase.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Server/Base/ServicesServerBase.cs b/OpenSim/Server/Base/ServicesServerBase.cs index 5aff72a..7c8e6b7 100644 --- a/OpenSim/Server/Base/ServicesServerBase.cs +++ b/OpenSim/Server/Base/ServicesServerBase.cs | |||
@@ -186,10 +186,7 @@ namespace OpenSim.Server.Base | |||
186 | XmlConfigurator.Configure(); | 186 | XmlConfigurator.Configure(); |
187 | } | 187 | } |
188 | 188 | ||
189 | // FIXME: This should be done down in ServerBase but we need to sort out and refactor the log4net | 189 | LogEnvironmentInformation(); |
190 | // XmlConfigurator calls first accross servers. | ||
191 | m_log.InfoFormat("[SERVER BASE]: Starting in {0}", m_startupDirectory); | ||
192 | |||
193 | RegisterCommonAppenders(startupConfig); | 190 | RegisterCommonAppenders(startupConfig); |
194 | 191 | ||
195 | if (startupConfig.GetString("PIDFile", String.Empty) != String.Empty) | 192 | if (startupConfig.GetString("PIDFile", String.Empty) != String.Empty) |