istio.io/_docs/reference/api/mixer/adapters/stdioLogger.md

1.2 KiB

title overview order layout type
stdioLogger Config Generated documentation for Mixer's stdioLogger Adapter Configuration Schema 80 docs markdown

Index

Params

Field Type Description
logStream Stream Selects which standard stream to write to for log entries. STDERR is the default Stream.

Stream

Stream is used to select between different logs output sinks.

Value Description
STDERR STDERR refers to os.Stderr.
STDOUT STDOUT refers to os.Stdout.