RTC: Is it possible to write logs into jazz.log file located in RTC Server machine
Hi Ralph,
Can you please help me on this requirement?
I just want to programmatically write logger statements from my plugin to jazz.log file located in RTC Server location.
I use JAZZ Admin User ID[which has admin access as well as root access for permissions] to login to RTC Server and trying to write logger statements into Jazz.log file. Getting the below exception,
Exception=java.io.FileNotFoundException
: \opt\IBM\Demo_JazzTeamServer_4.0.6\server\logs\ccm.log (The system cannot find the path specified.)
Kindly help on this!
Thanks
Sudar
Accepted answer
From within a server extension you can get the log using
.getLog()
and then log data. This assumes that your extension is based on the class AbstractService as it should be.
.getLog()
and then log data. This assumes that your extension is based on the class AbstractService as it should be.
Comments
showing 5 of 7
show 2 more comments
Comments
Sudaraazhi Arivalagan
Apr 03 '19, 12:05 a.m.