Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
root
Creator II
Creator II

Wrapper Logs

I have to capture some console logs and I setup the "wrapper" feature in Karaf. The logs are captured in the standard default location <RuntimeContainer>\data\log\wrapper.log

 

I started the service on Friday. The wrapper was capturing the logs. Over the weekend, there were lots of other calls made, but none of them show up in the wrapper. Infact the last modified timestamp is from Friday only. The standard Karaf logs in <RunTimeContainer>/log/tesb.log is capturing all requests without issues.

 

I don't know what is going wrong here and why the wrapper logs are not being captured. Any suggestions are welcome.

 

Thanks

Labels (3)
6 Replies
Anonymous
Not applicable

Hello,

Do you mean that your Wrapper log file is not rolling over? What's your setting at the wrapper.conf

wrapper.logfile.maxsize=?

Could you please indicate on which talend ESB product build version you got this issue?

Best regards

Sabrina

root
Creator II
Creator II
Author

Not exactly. The wrapper.log last updated shows 2 days ago. But I am seeing more and more messages coming and getting logged in tesb.log (about messages received/ sent). Hence curious what would cause the wrapper.log to stop displaying new logs

Anonymous
Not applicable

Hello,

Could you please indicate on which talend ESB product build version you got this issue?

Best regards

Sabrina

root
Creator II
Creator II
Author

6.3.1
Anonymous
Not applicable

Hi,

We don't find any related jira issue on talend bug tracker. Have you tried to increase your wrapper.logfile.maxsize

in wrapper.conf file to see if wrapper can continue to capture log?

Best regards

Sabrina

 

 

root
Creator II
Creator II
Author

Yes, I have done that. I increased it to upwards of 500MB, still, the file does not increase.