Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 1fca956

Browse files
author
NL\Jeroen.Stemerdink
committed
Removed RollingFile transformation
1 parent ff2664b commit 1fca956

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

EPi.Libraries.Logging.Serilog.AppSettings/web.config.install.xdt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22
<appSettings xdt:Transform="InsertIfMissing"></appSettings>
33
<appSettings>
44
<add key="serilog:minimum-level" value="Error" xdt:Transform="InsertIfMissing" xdt:Locator="Match(key)" />
5-
<add key="serilog:write-to:RollingFile.pathFormat" value="C:\Logs\myapp-{Date}.txt" xdt:Transform="InsertIfMissing" xdt:Locator="Match(key)" />
6-
<add key="serilog:write-to:RollingFile.retainedFileCountLimit" value="10" xdt:Transform="InsertIfMissing" xdt:Locator="Match(key)" />
75
</appSettings>
86
</configuration>

0 commit comments

Comments
 (0)