fix(web): log settingsupdate validation/apply failures server-side #68
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/VS-44-log-settingsupdate-failures"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A failed
settingsupdatecontrol action folded its error into the client ack but wrote nothing to the server log, so the failure was invisible indocker logs. Emit awarn!naming the section and reason in theControlIn::SettingsUpdateErr arm, and adebug!for thenot-authorizedrejection. Thevaluepayload is never logged (it can carry secrets such as fetchtoken/ HTTP-authpassword); only the secret-freesectionandapply_*error string are logged. Ack behavior is unchanged.#VS-44