2025-09-03 10:16:04 +08:00
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
2025-10-21 09:59:22 +08:00
|
|
|
"Default": "Warning",
|
2025-09-03 10:16:04 +08:00
|
|
|
"Microsoft": "Warning",
|
2025-10-21 09:59:22 +08:00
|
|
|
"Microsoft.Hosting.Lifetime": "Warning",
|
2025-09-03 10:16:04 +08:00
|
|
|
"YunDa.Server.Communication.WebSocket.Services.WebSocketConnectionManager": "Information",
|
|
|
|
|
"YunDa.Server.Communication.WebSocket.Services.DotNettyWebSocketBridgeServer": "Information"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"ISMSServer": {
|
2025-10-21 21:19:58 +08:00
|
|
|
"ServerIP": "192.168.81.21",
|
2025-09-03 10:16:04 +08:00
|
|
|
"HeartbeatIntervalSeconds": 60,
|
2025-10-21 09:59:22 +08:00
|
|
|
"AutoConnectDelaySeconds": 10
|
2025-09-03 10:16:04 +08:00
|
|
|
},
|
|
|
|
|
"ScheduledTelemetry": {
|
2025-10-21 09:59:22 +08:00
|
|
|
"IntervalMinutes": 30
|
2025-09-03 10:16:04 +08:00
|
|
|
},
|
|
|
|
|
"WebApi": {
|
2025-10-21 09:59:22 +08:00
|
|
|
"Port": 38094
|
2025-09-03 10:16:04 +08:00
|
|
|
},
|
|
|
|
|
"MemoryMonitoring": {
|
2025-10-21 09:59:22 +08:00
|
|
|
"MonitoringIntervalMinutes": 60
|
2025-09-03 10:16:04 +08:00
|
|
|
},
|
2025-10-21 09:59:22 +08:00
|
|
|
|
2025-09-03 10:16:04 +08:00
|
|
|
"Serilog": {
|
|
|
|
|
"MinimumLevel": {
|
2025-10-21 09:59:22 +08:00
|
|
|
"Default": "Warning",
|
2025-09-03 10:16:04 +08:00
|
|
|
"Override": {
|
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
|
|
|
"System": "Warning",
|
|
|
|
|
"DotNetty": "Warning",
|
2025-10-21 09:59:22 +08:00
|
|
|
"YunDa.Server.ISMSTcp": "Warning"
|
2025-09-03 10:16:04 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|