These settings are available in system.settings and are autogenerated from source.
enable_blob_storage_log
Type
Bool
Default
1
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.6 | 1 | Write 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
| Version | Default value | Comment |
|---|---|---|
| 26.5 | 0 | New 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.