As I can see the query and values launched a datasource?

Hi, I have two datasources created on a screen, the first corresponds to a lookField and the second corresponds to a table. In the second datasource I filter by first datasource (lookField), not choosing what I expect and want to see the query that is launching with the values, I have looked in log “app.log” and comes the query but not the values in the filter, how I can see them ?.
Thanks and regards.

In order to see SQL queries in app.log, set “eclipselink.sql” logger to DEBUG. You can do it on the fly using Administration > Server log screen, or edit tomcat/conf/logback.xml and restart Tomcat.
See also Setting up Logging in Tomcat - CUBA Platform. Developer’s Manual

Thanks.