Question Most Common
Difference between tomcat logs and performance logs
A
Anonymous
August 9, 2026
20
Answer
System logs ===> tomcat/
===> perflogs/
Tomcat / Application Server Logs (tomcat-stdOut.log):
- Capture unexpected application-server errors.
- Useful for troubleshooting Java exceptions and stack traces.
- Can contain issues related to application startup and plug-ins.
- For example, Appian documents errors such as a work poller being unable to obtain required threads.
Example:
If an Appian plug-in fails to load or the application server encounters a Java exception, the Tomcat logs can provide details about the error and its stack trace.
Performance Logs (APPIAN_HOME/logs/perflogs):
- Used to analyze system performance and resource usage.
- Engine performance logs provide metrics such as CPU idle time and foreground processing time.
- Process execution logs help identify processes/models consuming significant resources.
- Data store performance logs show database operations and their Prepare, Execute, and Transform times, including slow operations.
- Appian also has interface performance logs for measuring interface interactions and evaluation times.
Example:
If a process model is taking longer than expected, performance logs can help identify whether the issue is related to process execution, database operations, or another Appian component.
JuniorProject
Loading comments...