Skip to content

v1.3.0

Choose a tag to compare

@smaspons smaspons released this 19 May 15:33
b3f5473

What's Changed?

Added

  • LOG_DB_RESPONSE_MAX_BYTES (default 8192): truncate the raw DB function payload stored in log.gw_api_logs_db.response_json (captured by execute_procedure). Prevents huge JSON responses from bloating the API DB log table. Set to 0 to disable truncation. Independent from LOG_DB_MAX_BODY_BYTES, which only caps HTTP request/response bodies in log.gw_api_logs.

Full Changelog: v1.2.0...v1.3.0