mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
apply http://bug.opensecondlife.org/view.php?id=512 from chillken
which cleans up the verbose logic
This commit is contained in:
@@ -50,7 +50,7 @@ namespace SimpleApp
|
||||
|
||||
protected override LogBase CreateLog()
|
||||
{
|
||||
return new LogBase(null, "SimpleApp", this, false);
|
||||
return new LogBase(null, "SimpleApp", this, true);
|
||||
}
|
||||
|
||||
protected override void Initialize()
|
||||
|
||||
Reference in New Issue
Block a user