mirror of https://github.com/istio/istio.io.git
2.4 KiB
2.4 KiB
| title | overview | order | layout | type |
|---|---|---|---|---|
| stdio Config | Generated documentation for Mixer's stdio Adapter Configuration Schema | 70 | docs | markdown |
Index
- Params (message)
- Params.Level (enum)
- Params.Stream (enum)
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 |