Viewing log files
By default, nevisProxy writes the following log files:
Name of the log file | Description |
---|---|
/var/opt/nevisproxy/<instance> /logs/apache.log | This file contains the apache error messages. |
/var/opt/nevisproxy/<instance> /logs/navajo.log | This log file contains all error and tracing information generated by the Navajo servlet container, servlets, and filters. |
/var/opt/nevisproxy/<instance> /logs/access.log | Transaction log containing a line for each HTTP request. Use the "LogFormat" parameter to specify the content/format for this log file. |
The nevisproxy log commands may be used to view the log files mentioned above. It is recommended using grep and tail directly on the files for log analysis.