Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
#2 W3C Custom Fields detection for _x suffixed log files support
Browse files Browse the repository at this point in the history
  • Loading branch information
geeooff committed Jul 25, 2023
1 parent 0030b4b commit 21ce617
Show file tree
Hide file tree
Showing 9 changed files with 1,129 additions and 1,100 deletions.
8 changes: 4 additions & 4 deletions App.config
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="rotation" type="IisLogRotator.Configuration.RotationSection, IisLogRotator"/>
<section name="rotation" type="IisLogRotator.Configuration.RotationSection, IisLogRotator" />
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
<rotation>
<defaultSettings compress="true" compressAfter="7" delete="true" deleteAfter="730"/>
<defaultSettings compress="true" compressAfter="7" delete="true" deleteAfter="730" />
<!--<siteSettings>
<siteSettings id="W3SVC1" compress="false" delete="true" deleteAfter="30"/>
<siteSettings id="..." compress="..." compressAfter="..." delete="..." deleteAfter="..."/>
Expand Down
Loading

0 comments on commit 21ce617

Please sign in to comment.