mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
added just what opensim needs...yet another command line option: -noverbose . cut down on the system console output (should really be stopping it all but not all output is going through OpenSim.Framework.Console)
This commit is contained in:
@@ -68,7 +68,7 @@ namespace OpenGridServices.UserServer
|
||||
|
||||
private OpenUser_Main()
|
||||
{
|
||||
m_console = new ConsoleBase("opengrid-userserver-console.log", "OpenUser", this);
|
||||
m_console = new ConsoleBase("opengrid-userserver-console.log", "OpenUser", this , false);
|
||||
MainConsole.Instance = m_console;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user