mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
robust: change detection of option logfile
This commit is contained in:
@@ -182,7 +182,7 @@ namespace OpenSim.Framework.Servers
|
||||
|
||||
if (m_logFileAppender != null && startupConfig != null)
|
||||
{
|
||||
string cfgFileName = startupConfig.GetString("LogFile", null);
|
||||
string cfgFileName = startupConfig.GetString("logfile", null);
|
||||
if (cfgFileName != null)
|
||||
{
|
||||
m_logFileAppender.File = cfgFileName;
|
||||
|
||||
Reference in New Issue
Block a user