cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1197
Views
0
Helpful
2
Replies

uccx custom jar file logging directory

Bar1s
Level 1
Level 1

Hi teams,

Our developers developed a jar file to use in uccx for communicate customers database (rest api server). However if something happens we want to collect logs. Our developers ask which director we should point for logging in jar file. In case of any problem to see what is going on or whats happen.

 

Thank you,

Baris.

 

1 Accepted Solution

Accepted Solutions

Quigath
Spotlight
Spotlight

To get logs for debugging there's three ways to do it: use the built-in RTMT, use an SFTP server, or have code to push log data out to a custom webserver.

These options are in order from no coding and least convenient, over to more coding but very robust logging.

 

What logging solutions have you tried and what isn't working for you?

View solution in original post

2 Replies 2

Quigath
Spotlight
Spotlight

To get logs for debugging there's three ways to do it: use the built-in RTMT, use an SFTP server, or have code to push log data out to a custom webserver.

These options are in order from no coding and least convenient, over to more coding but very robust logging.

 

What logging solutions have you tried and what isn't working for you?

Jenni
Level 1
Level 1

if you are using log4j logs you can point the custom directory location for the log files

 

log4j.appender.<categoryname>.File=${uccx.customer.dir}/filename.log