IBM Worklight v5.0.5 > WL server administrationWorklight Studio - Logging and monitoring
WL server logging
Worklight Studio
To override default logging properties in Worklight Studio, set parameters in...
WorklightServerHome/conf/development.logging.properties
For active projects, log files are written to...
WorklightServerHome/project/logs
If no projects are active, log files are written to...
WorklightServerHome/logs
Two log files are written:
server.log Server messages audit.log Adapter procedure call logging if audit=true is set in the adapter definition.
Messages written to server.log and audit.log are also written to the Studio console.
For exceptions, the exception reason is written to the studio console, and a full stack trace to an external .log file in...
eclipse_workspace\.metadata\.log
Log monitoring tools
Apache Tomcat can use Splunk file to monitor logs and highlight errors and warnings.
Back-end connectivity
To collect trace for monitoring back-end connectivity, enable packages...
- com.worklight.adapters
- com.worklight.integration
Set the log level to FINEST
Audit logs
To write audit log information, use the standard facilities of...
java.util.logging
Use the audit category.
Login and authentication issues
To diagnose login and authentication issues, enable the package...
com.worklight.auth
...for trace and set the log level to FINEST.
See
Parent WL server administration