mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
add in bits to attempt to enable log4net on these tests to help when debugging
This commit is contained in:
@@ -65,6 +65,15 @@ namespace OpenSim.Data.Tests
|
||||
|
||||
public void SuperInit()
|
||||
{
|
||||
try
|
||||
{
|
||||
log4net.Config.XmlConfigurator.Configure();
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
// I don't care, just leave log4net off
|
||||
}
|
||||
|
||||
folder1 = UUID.Random();
|
||||
folder2 = UUID.Random();
|
||||
folder3 = UUID.Random();
|
||||
|
||||
Reference in New Issue
Block a user