[Dev] Cannot capture system logs through LogViewerClient in automated test

2015-04-09 Thread Gokul Balakrishnan
Hi TA team, While writing an automated test, I was intending to use the LogViewerClient provided by the automation.api package 4.2.0 to capture the system logs and check of a particular expression is present in the logs. However, from the getAllSystemLogs() method of the LogViewerClient

Re: [Dev] Cannot capture system logs through LogViewerClient in automated test

2015-04-09 Thread Gokul Balakrishnan
This problem was being caused because the log4j appender for CARBON_MEMORY in the product was pointing to an incorrect appender implementation. This started working once I changed the appender for CARBON_MEMORY to *org.wso2.carbon.logging.appender.CarbonMemoryAppender* in the product. Thanks