elasticsearch/qa/logging-config
Simon Cooper b752169ee9
Use hamcrest regex matcher rather than our own (#104457)
The difference is that our matcher uses .find() to search for a regex match anywhere in the string, whereas the hamcrest one uses .matches() to check the whole string against the regex. This leads to more specific regex checks.

I've left our own one for YAML tests, as that way we don't need to mangle the regex to add .* either side, which might be confusing in test failures.
2024-02-22 16:15:36 +00:00
..
src Use hamcrest regex matcher rather than our own (#104457) 2024-02-22 16:15:36 +00:00
build.gradle Add Configuration to PatternLayout (#97679) 2023-07-26 12:32:37 +02:00
es-v7-log4j2.properties Add Configuration to PatternLayout (#97679) 2023-07-26 12:32:37 +02:00