Standard Streams Access loggers¶
This extension may be referenced by the qualified name envoy.access_loggers.stream
Note
This extension is intended to be robust against untrusted downstream traffic. It assumes that the upstream is trusted.
Tip
This extension extends and can be used with the following extension category:
extensions.access_loggers.stream.v3.StdoutAccessLog¶
[extensions.access_loggers.stream.v3.StdoutAccessLog proto]
Custom configuration for an AccessLog that writes log entries directly to the operating system’s standard output.
{
"log_format": "{...}"
}
- log_format
(config.core.v3.SubstitutionFormatString, REQUIRED) Configuration to form access log data and format. If not specified, use default format.
extensions.access_loggers.stream.v3.StderrAccessLog¶
[extensions.access_loggers.stream.v3.StderrAccessLog proto]
Custom configuration for an AccessLog that writes log entries directly to the operating system’s standard error.
{
"log_format": "{...}"
}
- log_format
(config.core.v3.SubstitutionFormatString, REQUIRED) Configuration to form access log data and format. If not specified, use default format.