diff --git a/SVSim.EmulatedEntrypoint/appsettings.Development.json b/SVSim.EmulatedEntrypoint/appsettings.Development.json index b61e819..9644b88 100644 --- a/SVSim.EmulatedEntrypoint/appsettings.Development.json +++ b/SVSim.EmulatedEntrypoint/appsettings.Development.json @@ -6,6 +6,8 @@ } }, "BattleNode": { - "SoloDefaultsToScripted": false + "SoloDefaultsToScripted": false, + "DiagnosticLogging": false } } +