v.24.10New Feature
Enhancement: Add Regular Expression Filtering for Logging in config.xml
Allows users to specify regular expressions through newmessage_regexpandmessage_regexp_negativefields in theconfig.xmlfile to filter out logging. The logging is applied to the formatted un-colored text for the most intuitive developer experience. #69657 (Peter Nguyen).
Why it matters
This feature enables users to customize and refine log filtering by specifying regex patterns, improving the clarity and relevance of logs by including or excluding messages based on their content. Applying regex to un-colored text ensures a straightforward and intuitive developer experience.How to use it
To apply regex-based log filtering, add themessage_regexp or message_regexp_negative fields in your config.xml file with the desired regular expression pattern. The logging system will then include or exclude messages matching these patterns accordingly.