mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Log same environment information to Robust log as is already done for simulator logs, for debug purposes
This commit is contained in:
@@ -134,10 +134,6 @@ namespace OpenSim
|
||||
/// <param name="configSource"></param>
|
||||
public OpenSimBase(IConfigSource configSource) : base()
|
||||
{
|
||||
// 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);
|
||||
|
||||
LoadConfigSettings(configSource);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user