V1beta1LoggerSpec¶
LoggerSpec specifies optional payload logging available for all components
Properties¶
Name | Type | Description | Notes |
---|---|---|---|
mode | str | Specifies the scope of the loggers. <br /> Valid values are: <br /> - "all" (default): log both request and response; <br /> - "request": log only request; <br /> - "response": log only response <br /> | [optional] |
url | str | URL to send logging events | [optional] |