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
parent
79f0ac82e3
commit
afa445660e
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue