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...
afrisby
MW 2007-08-10 17:40:57 +00:00
parent 79f0ac82e3
commit afa445660e
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ namespace OpenSim
protected List<Scene> m_localScenes = new List<Scene>();
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()