Jake Howard
1f70a46c35
This changes the default log level to warning, to ensure the log file isn't being hammered
9 lines
290 B
XML
9 lines
290 B
XML
<yandex>
|
|
<!-- Listen wildcard address to allow accepting connections from other containers and host network. -->
|
|
<listen_host>::</listen_host>
|
|
<listen_host>0.0.0.0</listen_host>
|
|
<listen_try>1</listen_try>
|
|
<logger>
|
|
<level>warning</level>
|
|
</logger>
|
|
</yandex>
|