OpenSearch/test/logger-usage
Yannick Welsch 98276111e1 Re-enable logger usage checks
It was inadvertently disabled after applying code review comments. This commit reenables the logger usage checker and makes it less naggy when encountering logging usages of the form  logger.info(someStringBuilder). Previously it would fail with the error message "First argument must be a string constant so that we can statically ensure proper place holder usage". Now it will only fail in case any arguments are provided as well, for example logger.info(someStringBuilder, 42).
2016-06-28 16:48:05 +02:00
..
src Re-enable logger usage checks 2016-06-28 16:48:05 +02:00
build.gradle Check that number of placeholders in log message matches number of parameters 2016-03-11 10:30:59 +01:00