ClickHouse/tests/config/config.d/rocksdb.xml
Azat Khuzhin d10027cc3b Enable debug logging for rocksdb on CI
To understand the root cause of 02956_rocksdb_bulk_sink failures, this
is likely due to some background merge had been done I would say, but it
is hard to say without extra information.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-06-06 17:47:39 +02:00

8 lines
150 B
XML

<clickhouse>
<rocksdb>
<options>
<info_log_level>DEBUG_LEVEL</info_log_level>
</options>
</rocksdb>
</clickhouse>