* added guid to logname to avoid file sharing on multiple instances on same host
parent
72159dc5a8
commit
9f881f90d3
|
@ -99,7 +99,7 @@ namespace OpenSim
|
||||||
m_physicsEngine = physicsEngine;
|
m_physicsEngine = physicsEngine;
|
||||||
m_config = configFile;
|
m_config = configFile;
|
||||||
|
|
||||||
m_console = new ConsoleBase("region-console" + m_config + ".log", "Region", this, verbose);
|
m_console = new ConsoleBase("region-console-" + Guid.NewGuid().ToString() + ".log", "Region", this, verbose);
|
||||||
OpenSim.Framework.Console.MainConsole.Instance = m_console;
|
OpenSim.Framework.Console.MainConsole.Instance = m_console;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue