Skip to content

Commit 245ae95

Browse files
soullivaneuhBYK
andauthored
fix(clickhouse): default logger level set to information (#733)
Co-authored-by: Burak Yigit Kaya <[email protected]>
1 parent 79c4613 commit 245ae95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clickhouse/config.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
<yandex>
22
<max_server_memory_usage_to_ram_ratio from_env="MAX_MEMORY_USAGE_RATIO" />
3+
<logger>
4+
<level>information</level>
5+
<console>1</console>
6+
</logger>
37
</yandex>

0 commit comments

Comments
 (0)