How to enable debug in RQMAdapter.err file available in "Result Details" section while running testcases using selenium adapter?
One answer
Hi Hitha,
Regarding enabling the DEBUG in RQMAdapters - you may have to change the following two line from INFO to DEBUG in your log4j.properties file ( available at the same folder where start.sh. start.bat are run from ).
log4j.logger.com.ibm.rqm.adapter.library=DEBUG
log4j.logger.com.ibm.rqm.adapter.commandline=DEBUG
After this, please remember to remove Config2.ini file so that adapter can reconfigure the connection with RQM Server.
And now restart the adapter. You would get your debug logs in Adapter.log file.
Thanks,
Abhishek