Tibco BW -Enable logs

user1578844 picture user1578844 · Aug 6, 2012 · Viewed 11.3k times · Source

How can I enable logs on the TIBCO Admin? I want to check whatever file I have posted to the listener. The listener is able to receive the request.

Answer

Tim picture Tim · Aug 7, 2012

You can set

Trace.Startup=true
Trace.Task.*=true
Trace.JC.*=true
Trace.Engine=true
Trace.Debug.*=true

in the deployed tra file and then restart the application and run it.
Then check detailed log file located in the <install-path>\tibco\tra\domain\application\logs folder.

Please keep in mind that all manual settings will be cleared after redeploy. To keep it permanent, set it in the bwengine.tra file in <install-path>\tibco\bw\<version>\bin folder.