Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

enable_blob_storage_log_* session settings

These settings are available in system.settings and are autogenerated from source.

enable_blob_storage_log

Type
Bool
Default
1
Version history
VersionDefault valueComment
24.61Write information about blob storage operations to system.blob_storage_log table

Write information about blob storage operations to system.blob_storage_log table

enable_blob_storage_log_for_read_operations

Type
Bool
Default
0
Version history
VersionDefault valueComment
26.50New setting to log blob storage read operations to system.blob_storage_log

Write information about blob storage read operations to system.blob_storage_log table. Requires enable_blob_storage_log to be enabled as well.

Navigation