Files
SVSimServer/SVSim.EmulatedEntrypoint/appsettings.Development.json
2026-06-02 22:10:18 -04:00

14 lines
211 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"BattleNode": {
"SoloDefaultsToScripted": false,
"DiagnosticLogging": false
}
}