mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Merge branch 'master' into bigmerge
Conflicts: OpenSim/Framework/Watchdog.cs
This commit is contained in:
@@ -31,6 +31,7 @@ using System.Threading;
|
||||
using System.Reflection;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Framework.Console;
|
||||
using OpenSim.Framework.Servers;
|
||||
using OpenSim.Framework.Servers.HttpServer;
|
||||
using log4net;
|
||||
using Nini.Config;
|
||||
|
||||
@@ -30,6 +30,7 @@ using System.IO;
|
||||
using System.Xml;
|
||||
using System.Threading;
|
||||
using System.Reflection;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Framework.Console;
|
||||
using log4net;
|
||||
using log4net.Config;
|
||||
@@ -208,7 +209,7 @@ namespace OpenSim.Server.Base
|
||||
}
|
||||
else
|
||||
{
|
||||
consoleAppender.Console = MainConsole.Instance;
|
||||
consoleAppender.Console = (ConsoleBase)MainConsole.Instance;
|
||||
|
||||
if (null == consoleAppender.Threshold)
|
||||
consoleAppender.Threshold = Level.All;
|
||||
|
||||
Reference in New Issue
Block a user