Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | 6.3.2 (and above) |
When & Where will these logs be generated?
These logs will only be available after you enable the debug logging for your application. If debug logging from logback.xml is disabled, then these logs will not be generated. The logs always available in the appnode.log or console logs.
Steps:
1). When testing from Studio:
- Check the Enable Access Logs in the Advance tab of HTTP connector resource.
- Go to run/debug configurations -> Advanced -> Logging Configuration : select 'logback_leveldebug.xml' from bw\6.x\config\design\logback\
2). When testing it from TEA UI:
- Deploy the application on a TEA server.
- Enable the debug logging for appnode.
- Check the appnode.log file.
- Check for log contents similar to the following:
++++++++++++++++++++
2017-01-06 16:26:17.609 INFO [bwResourceHTTPConnector.qtp-112]
com.tibco.bw.http.jetty.accesslogger - [HTTP Connector: mpandav-t450:6565] mpandav-t450
192.168.56.1 - - [06/Jan/2017:16:26:17 +0530] "GET /?hello HTTP/1.1" 200 41 "-"
"Jakarta Commons-HttpClient/3.1" - 32 32
+++++++++++++++++++
[NOTE: The access logs only available under debug logs]