Skip to content

Troubleshooting Issues

Aaron Macks edited this page Apr 15, 2019 · 1 revision

Log Files

If you run into an issue with a full partition, and you want to preserve the log file, here is basic procedure. LOGFILE is the name of the file LOGPATH is the directory path

sudo cp LOGPATH/LOGFILE /apps/tmp/LOGFILE
sudo su - 
tail -n 1000 /apps/tmp/LOGFILE > LOGPATH/LOGFILE
gzip /apps/tmp/LOGFILE