Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I want to change the tesb log file location to a new disk. currently Files are generating on "C:\Talend\esb\container\log\tesb" I want to move them on "D:\ talend\logs\tesb" . I checked this post but i Can't find log4j.appender.out.file in Talend_Installation\esb\container\etc\org.ops4j.pax.logging.cfg. Can some one please guide how can I change the location of files.
Thank you
Hello,
It is based on your Talend product. Are you using talend open studio for ESB or talend subscription solution?
Best regards
Sabrina
Sabrina thanks for your response. I am using Talend open studio.
Hello,
With talend open solution, the esb log is located in
<TalendInstall>/runtime/log/tesb.log
Is there any specific requirement for this location change? You might change your talend installation path.
Could you please give us a bit more information about your scenario?
Here is a topic about Open Studio for ESB : log rotation
https://community.talend.com/s/feed/0D55b00007cVVfdCAG
Feel free to let us know if it is what you are looking for.
Best regards
Sabrina
Hello Sabrina ,
Sorry I made a mistake we are using subscription solution. It's a requirement from our client. I want to move ESB runtime tesb logs to a new disk. is it possible to move the files?
Hello,
If so, you can configure log4j appender in Runtime/etc/org.ops4j.pax.logging.cfg
log4j2.appender.rolling.filePattern = ${karaf.home}/log/tesb.log.%i
Best regards
Sabrina