Files
Modbus.Net/Samples/ModbusTcpToRtu/appsettings.Development.json
luosheng cc44c64dc4 Fix
2023-12-28 13:27:03 +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"
}
}