We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cd27c commit 2329521Copy full SHA for 2329521
src/AbpCompanyName.AbpProjectName.Web/log4net.config
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8" ?>
2
<log4net>
3
<appender name="RollingFileAppender" type="log4net.Appender.RollingFileAppender" >
4
- <file value="Logs/Logs.txt" />
+ <file value="App_Data/Logs/Logs.txt" />
5
<appendToFile value="true" />
6
<rollingStyle value="Size" />
7
<maxSizeRollBackups value="10" />
0 commit comments