Skip to content

Commit

Permalink
- define logging config in reader test to prevent default logging whi…
Browse files Browse the repository at this point in the history
…ch is creating large log files
  • Loading branch information
david-cox-sciex committed Jan 3, 2025
1 parent 05e7850 commit c92a340
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pwiz/data/vendor_readers/ABI/Reader_ABI_Test.exe.config
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version ="1.0"?>
<configuration>
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
</configSections>

<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="2.0" />
<supportedRuntime version="4.0" />
</startup>

<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
</configSections>

<log4net>
<appender name="SciexLogAppender" type="OFX.Logging.Log4Net.Async.AsyncRollingFileAppender, OFX.Logging">
Expand Down

0 comments on commit c92a340

Please sign in to comment.