Hello, I currently have an Apache Rya/Accumulo instance up with data loaded and am trying to look at Rya's Query Plan after performing queries from a local Rya Shell. The only log file I see that has that information is the "Catalina.out" file but it appears it only contains the requested info when there is an exception [DEBUG log] during the query. In other words, I don't see Rya's Query Plan for the last few queries I've sent because, I suspect, those queries didn't throw any exceptions. I looked at tomcat's logging level properties and it's just the default with all Handler Specific Properties set to FINE and Facility Specific Properties set to INFO.
So I guess my question is, when using the Rya Shell, is there a recommended way to access Rya's Query Plan? Thank you so much for your help, Brian