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