There is an error message printed to the console when tags are not found in the configuration. This should be logged at warn level with the standard loggers so that it can be properly filtered.
|
System.err.println("error parsing tags from config: " + t.getMessage()); |