v1.3.0
What's Changed?
Added
LOG_DB_RESPONSE_MAX_BYTES(default8192): truncate the raw DB function payload stored inlog.gw_api_logs_db.response_json(captured byexecute_procedure). Prevents huge JSON responses from bloating the API DB log table. Set to0to disable truncation. Independent fromLOG_DB_MAX_BODY_BYTES, which only caps HTTP request/response bodies inlog.gw_api_logs.
Full Changelog: v1.2.0...v1.3.0