stdio Config
Index
Params
Field | Type | Description |
---|
logStream | Stream | Selects which standard stream to write to for log entries. STDERR is the default Stream. |
severityLevels | repeated map<string, Level> | Maps from severity strings as specified in LogEntry instances to the set of levels supported by this adapter. |
metricLevel | Level | The level to assign to metrics being output. |
outputAsJson | bool | Whether to output a console-friendly or json-friendly format |
Level
Importance level for individual items output by this adapter.
Value | Description |
---|
INFO | |
WARNING | |
ERROR | |
Stream
Stream is used to select between different log output sinks.
Value | Description |
---|
STDOUT | |
STDERR | |