mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
apply http://bug.opensecondlife.org/view.php?id=512 from chillken
which cleans up the verbose logic
This commit is contained in:
@@ -62,7 +62,7 @@ namespace OpenSim.Grid.ScriptServer
|
||||
Directory.CreateDirectory(Util.logDir());
|
||||
}
|
||||
|
||||
return new LogBase((Path.Combine(Util.logDir(), m_logFilename)), "Region", this, false);
|
||||
return new LogBase((Path.Combine(Util.logDir(), m_logFilename)), "Region", this, true);
|
||||
}
|
||||
|
||||
public void RunCmd(string command, string[] cmdparams)
|
||||
|
||||
Reference in New Issue
Block a user