Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cloudappliance/logfiles [2019_10_16 15:50] stevencloudappliance:logfiles [2024_03_19 21:42] (current) – [Error Log] steven
Line 1: Line 1:
-# Log File Locations+## Appliance Log Files
  
-The following are the log file locations for the Enterprise File Fabric solution:+### General Logs
  
-**Httpd server logs** are located at /etc/httpd/logs+This is a general log file for the appliance.
  
-SME Application logs are located at /var/www/smestorage/sitelogs:+    tail -F /var/www/smestorage/sitelogs/logits.txt
  
- * **allmails.txt** - all sent mails to address and subject are logged here+You should see the last few lines of the log file, and new lines should appear from time to time as the appliance is used. Lines containing the word "Error" indicate a possible problem with the way the appliance has been set up or is being used.
  
- * **errorlogs.txt** application errors are logged here+The tail -F command will run until you terminate it (Ctrl-c). 
 +### Error Log
  
- * **errorlogs_trace.txt** - contains full trace of errors in errorlogs.txt+These files are created the first time an error is received:
  
- * **logits.txt** general application logging+    tail -F /var/www/smestorage/sitelogs/errorlogs.txt 
 +    tail -F /var/www/smestorage/sitelogs/errorlogs_trace.txt
  
-Protocol logs:+You may see the last few lines of the log file, and new lines may appear from time to time as the appliance is used. Lines containing the word "Error" indicate a possible problem with the appliance. The file `errorlogs_trace.txt` contains a full trace of errors in `errorlogs.txt`.
  
- * **CloudFTP/CloudFTPS** - /var/www/smestorage/ftpserver/ftpserver.log+### Upload Log
  
- * **CloudSFTP** - /var/www/smestorage/ftpserver/sftpserver/log.txt+This log provides information on upload threads including M-Stream.
  
- * **CloudDAV** - /var/www/smestorage/webdav_html/cgi-bin/log.txt+    tail -/var/www/smestorage/tmp/tempstorage/log.txt 
 +    
  
-Other logs:+### Email Log
  
- * **Cron Jobs** (background task management) - /var/www/smestorage/cron/log.txt+    tail -/var/www/smestorage/sitelogs/allemails.txt
  
 +Sent emails “To” addresses and “Subject”s are logged here.
  
-Log Rotation:+### Cron Job Log
  
- A log rotation script runs under cron/var/www/smestorage/cron/logroller.pl+Cron jobs kick off housekeeping services and background tasks 
 + 
 +    tail -f /var/www/smestorage/cron/log.txt 
 + 
 +### Apache Httpd Server Logs 
 + 
 +Apache Httpd server logs are located at: 
 + 
 +    /etc/httpd/logs 
 + 
 +    tail /etc/httpd/logs/access_log 
 +    tail /etc/httpd/logs/filefabric-error_log 
 +    tail /etc/httpd/logs/filefabric-access_log 
 +    tail /etc/httpd/logs/ssl_accees_log 
 +    tail /etc/httpd/logs/ssl_error_log 
 +    tail /etc/httpd/logs/webdav.filefabric-error_log 
 +    tail /etc/httpd/logs/webdav.filefabric-access_log 
 +    tail /etc/httpd/logs/ssl_webdavfilefabric_log 
 +     
 + 
 +### Log Archive 
 + 
 +An archive of logs can be found at: 
 + 
 +    /var/www/smestorage/tmp/logsarchive 
 + 
 +### Log Rotation 
 + 
 +A log rotation and archive script runs under cron.  Logs are removed after 30 days. 
 + 
 +    /var/www/smestorage/cron/logroller.pl 
 + 
 +The configuration file is at: 
 + 
 +    /var/www/smestorage/cron/config_logroller.conf 
 + 
 + 
 +### Protocol logs 
 + 
 +#### CloudFTP/CloudFTPS 
 + 
 +    /var/www/smestorage/ftpserver/ftpserver.log 
 + 
 +#### CloudSFTP 
 + 
 + 
 +    /var/www/smestorage/ftpserver/sftpserver/log.txt 
 + 
 +#### CloudDAV 
 + 
 +    /var/www/smestorage/webdav_html/cgi-bin/log.txt
  
- * The configuration file is at: /var/www/smestorage/cron/config_logroller.conf 
  
- * **Log Archive** - /var/www/smestorage/tmp/logsarchive