which cleans up the verbose logic
This commit is contained in:
Sean Dague
2007-10-25 15:34:43 +00:00
parent 1d5ec16865
commit 32869aec47
9 changed files with 15 additions and 15 deletions

View File

@@ -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)