mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Changes to prepare for future possible configuration of separate logdir, configdir, datadir.
This commit is contained in:
@@ -63,6 +63,7 @@ namespace OpenSim.Framework.Console
|
||||
}
|
||||
|
||||
System.Console.WriteLine("Logs will be saved to current directory in " + LogFile);
|
||||
|
||||
Log = File.AppendText(LogFile);
|
||||
Log.WriteLine("========================================================================");
|
||||
Log.WriteLine(componentname + " Started at " + DateTime.Now.ToString());
|
||||
|
||||
Reference in New Issue
Block a user