1 Star 0 Fork 13

SmileZ/Apt

forked from rnchg/Apt 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appsettings.json 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
rnchg 提交于 2024-08-10 23:30 . 清理代码
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft.AspNetCore": "Debug",
"Microsoft.Hosting.Lifetime": "Debug",
"Microsoft.EntityFrameworkCore": "Debug"
}
},
"AllowedHosts": "*",
"Serilog": {
"Using": [ "Serilog.Sinks.File" ],
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft.AspNetCore": "Warning",
"Microsoft.Hosting.Lifetime": "Warning",
"Microsoft.EntityFrameworkCore": "Warning"
}
},
"WriteTo": [
{
"Name": "File",
"Args": {
"shared": true,
"path": "Logs/log.txt",
"rollingInterval": "Day",
"fileSizeLimitBytes": "104857600",
"rollOnFileSizeLimit": true,
"retainedFileTimeLimit": "90.00:00:00",
"retainedFileCountLimit": "100",
"outputTemplate": "[{Timestamp:yyyy-MM-dd HH:mm:ss.fff} {Level:u3}] {Message:lj} [{SourceContext}]{NewLine}{Exception}"
}
}
]
},
"App": {
"Pack": "Full"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhagnzhe0707/apt.git
[email protected]:zhagnzhe0707/apt.git
zhagnzhe0707
apt
Apt
master

搜索帮助