Dear Ivy team
I have the logging configuration (log4j2.xml) with Ivy version10, and I changed the log level to debug like below to see the same log in designer (image). But the log of query've not show anymore. 
<Configuration status="debug">
<Properties>
</Properties>
<Loggers>
<Root level="debug" includeLocation="false">
<AppenderRef ref="IvyLog" />
<AppenderRef ref="ConsoleLog" />
</Root>
What are the configuration should be changed to see that logs?
Thanks in advance!