Files
Modbus.Net/Samples/MachineJob/appsettings.Development.json
luosheng 7296d0fd44 Fix
2023-07-16 07:49:23 +08:00

22 lines
366 B
JSON

{
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Microsoft": "Debug",
"Microsoft.Hosting.Lifetime": "Debug"
}
}
},
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft": "Debug",
"Microsoft.Hosting.Lifetime": "Debug"
}
},
"Quartz": {
"LogLevel": "Debug"
}
}