Skip to content

Commit

Permalink
Forgot to actually apply the DuplicateMessageThrottleFilter in the lo…
Browse files Browse the repository at this point in the history
…g4net configuration.
  • Loading branch information
boranblok committed Oct 7, 2015
1 parent 7101b67 commit d91bae9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
Binary file modified Releases/0.4.1.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LoggingExtensions\LoggingExtensions.csproj">
<Project>{b1310d73-74ce-419c-bf35-3e0cfe80a91b}</Project>
<Name>LoggingExtensions</Name>
</ProjectReference>
<ProjectReference Include="..\nntpAutoposter\nntpAutoposter.csproj">
<Project>{df3f2c45-6232-41fa-a214-6a1ebc3ca2d7}</Project>
<Name>nntpAutoposter</Name>
Expand Down
1 change: 1 addition & 0 deletions nntpAutoposter/log4netConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<rollingStyle value="Date"/>
<datePattern value="yyyy-MM-dd"/>
<maxSizeRollBackups value="10"/>
<filter type="LoggingExtensions.DuplicateMessageThrottleFilter, LoggingExtensions" />
<layout type="log4net.Layout.PatternLayout">
<conversionPattern value="%date %level %thread %logger - %message%newline" />
</layout>
Expand Down
4 changes: 4 additions & 0 deletions nntpAutoposter/nntpAutoposter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@
<Project>{80062f4f-5489-41c7-9b7e-bcb8a641e420}</Project>
<Name>ExternalProcessWrappers</Name>
</ProjectReference>
<ProjectReference Include="..\LoggingExtensions\LoggingExtensions.csproj">
<Project>{b1310d73-74ce-419c-bf35-3e0cfe80a91b}</Project>
<Name>LoggingExtensions</Name>
</ProjectReference>
<ProjectReference Include="..\nntpPoster\nntpPoster.csproj">
<Project>{52ede790-8bc6-4cf3-aaf5-a2ea7a281f30}</Project>
<Name>nntpPoster</Name>
Expand Down

0 comments on commit d91bae9

Please sign in to comment.