mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Add the asset service connectors and sample config. READ WARNINGS!!!
This commit is contained in:
@@ -80,7 +80,9 @@ namespace OpenSim
|
||||
{
|
||||
log4net.Appender.FileAppender appender =
|
||||
(log4net.Appender.FileAppender)m_logFileAppender;
|
||||
appender.File = startupConfig.GetString("LogFile", "OpenSim.log");
|
||||
string fileName = startupConfig.GetString("LogFile", String.Empty);
|
||||
if (fileName != String.Empty)
|
||||
appender.File = fileName;
|
||||
m_log.InfoFormat("[LOGGING] Logging started to file {0}", appender.File);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user