Where to find logs related to Project area
Hi,
We had started using RTC from v3 (currently upgraded to 6.0.4) so the folder structure for RTC is /rtc_uat1B/UAT1_604/server/conf/jazz/ . We have recently deployed a plugin extension (follow-up ) action on the server. It got installed successfully. But When I try to use that follow-up action, getting some error which is not clear on RTC web UI. Where can I find the logs which would have captured the error related to project area or the follow-up action being used?
Thanks,
Dipti
Accepted answer
Hi, there are no specific logs for that. You can do your own logging for extensions and the standard log file would be the ccm.log (or in your case jazz.log) underneath the server folder (typically server/logs).
You can debug extensions in Jetty and in an application server. I would suggest to do that if possible at all.
Comments
Thank you Ralph for your prompt response. Will try to debug.
Check https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ especially the extensions workshop.
Please be aware that a customer has seen issues with the 6.0.4 SDK and the safest approach would be to use the 6.0.3 SDK at the moment. If you don't use new 6.0.4 features, that should be no problem, if you make sure the dependency version numbers are fixed. Good luck Deepti!