From 32869aec47b9bc7f7046d24aabc3f3d957a929af Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 25 Oct 2007 15:34:43 +0000 Subject: apply http://bug.opensecondlife.org/view.php?id=512 from chillken which cleans up the verbose logic --- OpenSim/Grid/ScriptServer/ScriptServerMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Grid/ScriptServer') diff --git a/OpenSim/Grid/ScriptServer/ScriptServerMain.cs b/OpenSim/Grid/ScriptServer/ScriptServerMain.cs index f22f2e6..478915b 100644 --- a/OpenSim/Grid/ScriptServer/ScriptServerMain.cs +++ b/OpenSim/Grid/ScriptServer/ScriptServerMain.cs @@ -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) -- cgit v1.1