Skip to content

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 /> - &quot;all&quot; (default): log both request and response; <br /> - &quot;request&quot;: log only request; <br /> - &quot;response&quot;: log only response <br /> [optional]
url str URL to send logging events [optional]

[Back to Model list] [Back to API list] [Back to README]

Back to top