v.24.4New Feature
Added value columns to system.text_log for message formatting
Addedvalue1,value2, ...,value10columns tosystem.text_log. These columns contain values that were used to format the message. #59619 (Alexey Katsman).
Why it matters
This feature enhances logging by capturing the individual values that are used to format message strings insystem.text_log. It improves the ability to analyze and debug logs by providing structured data instead of just formatted message text.How to use it
Users can query thesystem.text_log table and access the new value1 to value10 columns directly to see the raw values used during message formatting in logs.