====== Log Files ====== --- //[[anna.dowling@errigal.com|Anna Dowling]] // ==== Grails Log File Locations: ==== Depending on the server, the grails application files for the Ticketer will be located in one of the following: * /usr/local/logs * ~/logs/grails The name of the file in this location is Ticketer.log ==== Tomcat Log File Locations: ==== The tomcat application files for the Ticketer will be located in the following directory: * /var/tomcat/Ticketer/logs The name of the file in this location is **catalina.out** ==== Useful Commands for use with log file navigation: ==== Some useful commands and tools to use for navigating the application log files are as follows: * grep * egrep * tail * less * cat * awk For further information on these command line utilities, consult the following article: https://www.loggly.com/ultimate-guide/analyzing-linux-logs/