升级组件:Longbow.Loggin组件升级到1.0.2,增加配置项MaxFileCount设置最大日志文件数,默认为0表示无限制

This commit is contained in:
Argo-MacBookPro 2018-09-08 22:09:20 +08:00
parent 2a808a8de4
commit 505862d6bb
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Bootstrap.Security.Mvc" Version="1.0.0" />
<PackageReference Include="Longbow.Logging" Version="1.0.1" />
<PackageReference Include="Longbow.Logging" Version="1.0.2" />
<PackageReference Include="Longbow.Web" Version="1.0.1" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.0" PrivateAssets="All" />

View File

@ -11,7 +11,8 @@
"LogLevel": {
"Default": "Error"
},
"FileName": "Error\\Log.log"
"FileName": "Error\\Log.log",
"MaxFileCount": 1
}
},
"ConnectionStrings": {