0

I'm testing a complex query for the DSS and ideally I'd be able to see the exact query that the DSS is executing. I didn't see anything in the conf/log4j.properties file pertaining to this. Is it possible?

Brian
  • 7,204
  • 12
  • 51
  • 84

1 Answers1

2

You can enable debug logs by putting the following package name in log4j.properties file

log4j.logger.org.wso2.carbon.dataservices.core=DEBUG
Chanikag
  • 1,419
  • 2
  • 18
  • 31