mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* added guid to logname to avoid file sharing on multiple instances on same host
This commit is contained in:
@@ -99,7 +99,7 @@ namespace OpenSim
|
||||
m_physicsEngine = physicsEngine;
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user