From afa445660e6dcb58f8894945832eabc8062bdd28 Mon Sep 17 00:00:00 2001 From: MW Date: Fri, 10 Aug 2007 17:40:57 +0000 Subject: I'm sorry but it has now became a case of either it goes or I go, so I'm removing the creating a different named log file every time opensim is ran (I can't take doing a bit of developing then finding 500 log files in the bin folder), and as opensim allows multiple regions in a instance there should no longer be the need to run multiple instances of opensim from a single folder (which was I believe the reason that code was added ). If someone else can't live without the multiple log files then I guess... --- OpenSim/Region/Application/OpenSimMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Application/OpenSimMain.cs') diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index b052178..7316db4 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs @@ -68,7 +68,7 @@ namespace OpenSim protected List m_localScenes = new List(); private bool m_silent; - private string m_logFilename = ("region-console-" + Guid.NewGuid().ToString() + ".log"); + private string m_logFilename = ("region-console" + ".log"); public OpenSimMain(IConfigSource configSource) : base() -- cgit v1.1