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

Commit e56d18a

Browse files
author
NL\Jeroen.Stemerdink
committed
Fixed transformation
1 parent 1fca956 commit e56d18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
22
<appSettings xdt:Transform="InsertIfMissing"></appSettings>
33
<appSettings>
4-
<add key="episerver:LoggerFactoryType" value="EPi.Libraries.Logging.Serilog.SeriLoggerFactory, EPi.Libraries.Logging" xdt:Transform="InsertIfMissing" xdt:Locator="Match(key)" />
4+
<add key="episerver:LoggerFactoryType" value="EPi.Libraries.Logging.Serilog.SeriLoggerFactory, EPi.Libraries.Logging.Serilog" xdt:Transform="InsertIfMissing" xdt:Locator="Match(key)" />
55
</appSettings>
66
</configuration>

0 commit comments

Comments
 (0)