2024-01-31 12:26:43 +10:00
|
|
|
{
|
2025-12-30 11:57:15 +10:00
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Debug",
|
|
|
|
|
"Microsoft.EntityFrameworkCore": "Debug",
|
|
|
|
|
"Microsoft.EntityFrameworkCore.Database.Command": "Warning",
|
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-09-25 13:54:33 +10:00
|
|
|
"Serilog": {
|
|
|
|
|
"MinimumLevel": {
|
2025-11-19 11:52:41 +10:00
|
|
|
"Default": "Debug",
|
2025-09-25 13:54:33 +10:00
|
|
|
"Override": {
|
|
|
|
|
//"Microsoft": "Information",
|
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
|
}
|
2025-12-02 09:49:08 +10:00
|
|
|
},
|
|
|
|
|
"WriteTo": [
|
|
|
|
|
{
|
|
|
|
|
"Name": "File",
|
|
|
|
|
"Args": {
|
|
|
|
|
"path": "log/log-.txt",
|
|
|
|
|
"rollingInterval": "Day"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
2025-11-20 14:24:03 +10:00
|
|
|
},
|
|
|
|
|
"MqSettings": {
|
|
|
|
|
"HostName": "10.99.253.216"
|
2024-01-31 12:26:43 +10:00
|
|
|
}
|
2025-09-25 13:54:33 +10:00
|
|
|
}
|