Standard Streams Access loggers (proto)
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.
This extension has the qualified name envoy.access_loggers.stdout
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:
This extension must be configured with one of the following type URLs:
{
"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.
This extension has the qualified name envoy.access_loggers.stderr
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:
This extension must be configured with one of the following type URLs:
{
"log_format": {...}
}
- log_format
(config.core.v3.SubstitutionFormatString, REQUIRED) Configuration to form access log data and format. If not specified, use default format.