fix: align payloadCaptureMode default with agent (BOTH, not NONE)
Server defaultConfig() and UI fallbacks returned "NONE" for payload capture, but the agent defaults to "BOTH". This caused unwanted reconfiguration when users saved other settings — payload capture would silently change from the agent's default BOTH to NONE. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -236,7 +236,7 @@ public class ApplicationConfigController {
|
||||
config.setApplicationLogLevel("INFO");
|
||||
config.setAgentLogLevel("INFO");
|
||||
config.setEngineLevel("REGULAR");
|
||||
config.setPayloadCaptureMode("NONE");
|
||||
config.setPayloadCaptureMode("BOTH");
|
||||
return config;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user