Description
OAK-4888 logs a warning by default if there are queries that traverse. There are false positives, for example if "ischildnode" is used:
/jcr:root/content/*/jcr:content[@xyz]
This needs to be fixed.
Temporarily, I will change the "warn" to "info" until this is resolved.