Description
Currently, a warning is logged for queries that use "option(traversal fail)" in case the query is traversing (for example because there is no index, or an index isn't ready yet).
It would be better to log with debug level instead. That way, "option(traversal fail)" can be used for flow control - try to run the query, and if it fails, then the index isn't ready - for example for monitoring.