User Tools
Writing /app/www/public/data/meta/onboarding/nocportal/log_files.meta failed
onboarding:nocportal:log_files
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| onboarding:nocportal:log_files [2016/08/09 09:41] – adowling | onboarding:nocportal:log_files [2021/06/25 10:09] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Log Files ====== | ||
| + | Author: Anna Dowling | ||
| + | |||
| + | ==== Grails Log File Locations: ==== | ||
| + | |||
| + | Depending on the server, the grails application files for the Noc Portal will be located in one of the following: | ||
| + | * / | ||
| + | * ~/ | ||
| + | |||
| + | The name of the file in this location is NocPortal.log | ||
| + | |||
| + | ==== Tomcat Log File Locations: ==== | ||
| + | The tomcat application files for the Noc Portal will be located in the following directory: | ||
| + | * / | ||
| + | |||
| + | 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:// | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||