cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Logs in hybrid testing (i.e. cds watch --profile hybrid)

0 Kudos
1,339

I have a CAP application for event messaging ready which is using the enterprise-messaging instance from my BTP account. For processing events, I have setup an event handler which is logging the content of the message using console.log().

When I deploy the app, I can see all processed events under "Logs" in my application. If I switch to hybrid testing still using the enterprise-messaging instance, I am not able to see the logs. Of course, they do not appear anymore in the "Logs" section of my application. However, I would expect to see them in the log of my Terminal, similarly to the GET request and the event emitting.

Any idea where I can find the logs locally? Do I need to other coding to see the processed event?

View Entire Topic
0 Kudos

I was able to get logs in hybrid testing mode using console.debug() in the service implementation.