on 2022 Mar 17 7:13 AM
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?
Request clarification before answering.
I was able to get logs in hybrid testing mode using console.debug() in the service implementation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 18 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.