Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Alpha549
Creator II
Creator II

Open Studio for ESB : log rotation

Hello everyone,

I use Open Studio for ESB. I use the wrapper service on a Linux server.

I saw that in <Runtime location>/container/data/log , there is a file : wrapper.log.

I noticed that if there is an error during one of my REST API job, I can get the full stack trace and investigate.

I would like to know if this file size will increase infinitely, and if I have to delete it manually when it grows too big, or if I can set a limit, or log rotation ?

What about tesb.log file in <Runtime location>/container/log ? I see that this file contains a log of commands run directly in tRun and other processes. Do you confirm this ?

Thank you ! 🙂

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

For talend wrapper.log (of Runtime Windows Service Runtime), here is a parameter setting in wrapper.conf file

wrapper.confwrapper.logfile.maxsize=?

You could try to increase the log size in it.

 

Here is a KB article about: Increase tesb.log rollover archived files

https://community.talend.com/s/article/Increase-tesb-log-rollover-archived-files-zVRys

Best regards

Sabrina

 

View solution in original post

3 Replies
Anonymous
Not applicable

Hello,

For talend wrapper.log (of Runtime Windows Service Runtime), here is a parameter setting in wrapper.conf file

wrapper.confwrapper.logfile.maxsize=?

You could try to increase the log size in it.

 

Here is a KB article about: Increase tesb.log rollover archived files

https://community.talend.com/s/article/Increase-tesb-log-rollover-archived-files-zVRys

Best regards

Sabrina

 

Alpha549
Creator II
Creator II
Author

Hello Sabrina,

 

thank you for your detailed answer. This topic is solved ! 🙂

Anonymous
Not applicable

Hello,

Great it helps. Feel free to let us know if there is any further help we can give.

Best regards

Sabrina