fix(clickhouse): default logger level set to information (#733)

Co-authored-by: Burak Yigit Kaya <ben@byk.im>
This commit is contained in:
Sullivan SENECHAL 2020-11-11 14:14:28 +01:00 committed by GitHub
parent 79c461328e
commit 245ae95a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,7 @@
<yandex>
<max_server_memory_usage_to_ram_ratio from_env="MAX_MEMORY_USAGE_RATIO" />
<logger>
<level>information</level>
<console>1</console>
</logger>
</yandex>