An object configuring the rule's logging behavior.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/firewall_logging", "title": "firewall_logging", "description": "An object configuring the rule's logging behavior.", "example": { "enabled": true }, "properties": { "enabled": { "description": "Whether to generate a log when the rule matches.", "example": true, "type": "boolean" } }, "type": "object" }