v.18.14Improvement
Server Logs Always Include Reserved Query ID Space for Easier Parsing
There is always space reserved for query_id in the server logs, even if the log line is not related to a query. This makes it easier to parse server text logs with third-party tools.
Why it matters
This feature ensures that every server log line consistently contains aquery_id field. It simplifies parsing and analyzing server logs with third-party tools by providing a uniform log format.How to use it
The feature is enabled by default in the server logging system, no additional configuration is required. Users will see aquery_id field in every log line.