---
title: stdioLogger Config
overview: Generated documentation for Mixer's stdioLogger Adapter Configuration Schema
order: 80
layout: docs
type: markdown
---
### Index
* [Params](#adapter.stdioLogger.config.Params)
(message)
* [Params.Stream](#adapter.stdioLogger.config.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. |