Skip to content

Commit b81f447

Browse files
feat: logging
1 parent eb35462 commit b81f447

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/SiteMonitor/SiteMonitor.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,15 @@
3838
<ItemGroup>
3939
<ProjectReference Include="..\nullinside-api\src\Nullinside.Api.Common\Nullinside.Api.Common.csproj"/>
4040
</ItemGroup>
41+
42+
<ItemGroup>
43+
<None Remove="log4net.config" />
44+
<Content Include="log4net.config">
45+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
46+
</Content>
47+
<None Remove="log4net.debug.config" />
48+
<Content Include="log4net.debug.config">
49+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
50+
</Content>
51+
</ItemGroup>
4152
</Project>

0 commit comments

Comments
 (0)