Skip to content

admin_audit_http_client v0.2.0

Choose a tag to compare

@ernolf ernolf released this 12 May 20:24
· 86 commits to main since this release
v0.2.0
0b4e458

Added

  • loglevel_audit_http_client config key (int, default 0): controls which responses are logged — 0 = all, 1 = HTTP 400+ only, 2 = HTTP 500+ only
  • audit_http_client_logs config key (string, default 'both'): selects log output format — 'json', 'plain', or 'both'
  • audit_http_client_logs_exclude_domain config key (array, default []): list of hostnames to exclude from logging; supports wildcard prefix (*.example.com)

Full Changelog: v0.1.0...v0.2.0