User Tools

Site Tools


Writing /app/www/public/data/meta/onboarding/ticketer/log_files.meta failed
onboarding:ticketer:log_files

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
onboarding:ticketer:log_files [2017/02/16 14:02] adowlingonboarding:ticketer:log_files [2021/06/25 10:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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/
 +
 +
 +
 +
 +
 +