[Dev] DAS How to log publishing events to the terminal

2015-06-25 Thread Rukshan Premathunga
Hi, I publish the data to the DAS. But it only shoes the msgs saying user connected. How can i see the msg in the terminal? Thanks and Regards. -- Rukshan Chathuranga. Software Engineer. WSO2, Inc. ___ Dev mailing list Dev@wso2.org

Re: [Dev] DAS How to log publishing events to the terminal

2015-06-25 Thread Sinthuja Ragendran
Hi Rukshan, I believe you are looking into the persisting the stream events into DAS. For that, first you need to enable the persisting for the stream. Then you need to create the EventReceiver for the specific stream with the type of event you are going to receive, therefore if you are going

Re: [Dev] DAS How to log publishing events to the terminal

2015-06-25 Thread Gihan Anuruddha
Add new entry to log4j file as below. org.wso2.carbon.analytics.eventsink=DEBUG On Thu, Jun 25, 2015 at 12:08 PM, Rukshan Premathunga ruks...@wso2.com wrote: Hi, I publish the data to the DAS. But it only shoes the msgs saying user connected. How can i see the msg in the terminal?

Re: [Dev] DAS How to log publishing events to the terminal

2015-06-25 Thread Rukshan Premathunga
Hi, i added to repository/conf/log4j.properties but it is not working. Thanks and Regards. On Thu, Jun 25, 2015 at 12:17 PM, Gihan Anuruddha gi...@wso2.com wrote: Add new entry to log4j file as below. org.wso2.carbon.analytics.eventsink=DEBUG On Thu, Jun 25, 2015 at 12:08 PM, Rukshan