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

Commit

Permalink
Merge pull request #3 from geeooff/feature/custom-fields-detection
Browse files Browse the repository at this point in the history
v1.10
  • Loading branch information
geeooff authored Nov 13, 2023
2 parents 0030b4b + 21ce617 commit 24b4b71
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 24b4b71

Please sign in to comment.