stdio Config

Index

Params

FieldTypeDescription
logStreamStreamSelects which standard stream to write to for log entries. STDERR is the default Stream.
severityLevelsrepeated map<string, Level>Maps from severity strings as specified in LogEntry instances to the set of levels supported by this adapter.
metricLevelLevelThe level to assign to metrics being output.
outputAsJsonboolWhether to output a console-friendly or json-friendly format

Level

Importance level for individual items output by this adapter.

ValueDescription
INFO
WARNING
ERROR

Stream

Stream is used to select between different log output sinks.

ValueDescription
STDOUT
STDERR