# Returns the set of debug facilities. Returns the set of debug facilities and which of them are currently enabled. Enables or disables debugging for specified facilities. Give one or both of enable and disable query parameters, with comma separated facility names. To disable debugging of the beacon and discovery packages, and enable it for config and db. Endpoint: GET /syncthing/system/debug Version: 6.6.1 Security: ZelID ## Query parameters: - `disable` (string) List of facilities to disable (optional). Example: "beacon,discovery" - `enable` (string) List of facilities to enable (optional). Example: "config,db" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object)