mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
13 lines
397 B
XML
13 lines
397 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<system.diagnostics>
|
|
<sources>
|
|
<source name="Orchard.Tests.Logging.Thing" switchValue="Warning">
|
|
<listeners>
|
|
<add name="loopback" type="Orchard.Tests.Logging.InMemoryCapture,Orchard.Framework.Tests" />
|
|
</listeners>
|
|
</source>
|
|
</sources>
|
|
</system.diagnostics>
|
|
</configuration>
|