Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
cloudappliance/logfiles [2018_01_30 17:23] – external edit 127.0.0.1cloudappliance/logfiles [2021_08_11 20:44] steven
Line 1: Line 1:
-====== Log File Locations ======+## Appliance Log Files
  
-The following are the log file locations for the SME enterprise solution:+### Log
  
-**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** Any application error is logged here+The tail -f command will run until you terminate it (Ctrl-c).
  
-**errorlogs_trace.txt** Contains full trace of errors in errorlogs.txt+### Error Log
  
-**logits.txt** All general application logging+These files are created the first time an error is received: 
 + 
 +    tail -f /var/www/smestorage/sitelogs/errorlogs.txt 
 +    tail -f /var/www/smestorage/sitelogs/errorlogs_trace.txt 
 + 
 +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 <code>errorlogs_trace.txt</code> contains a full trace of errors in <code>errorlogs.txt</code>
 + 
 +### Upload Log 
 + 
 +This log provides information on upload threads including M-Stream. 
 + 
 +    tail -f /var/www/smestorage/tmp/tempstorage/log.txt 
 +     
 + 
 + 
 +### Email Log 
 + 
 +    tail -f /var/www/smestorage/sitelogs/allemails.txt 
 + 
 +Sent emails “To” addresses and “Subject”s are logged here. 
 + 
 +### Cron Job Log 
 + 
 +Cron jobs kick off housekeeping services and background tasks 
 + 
 +    tail -f /var/www/smestorage/cron/log.txt 
 + 
 + 
 + 
 +### 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 
 + 
 + 
 +# Log File Locations 
 + 
 +The following are the log file locations for the Enterprise File Fabric solution: 
 + 
 +**Httpd server logs** are located at /etc/httpd/logs 
 + 
 +SME Application logs are located at /var/www/smestorage/sitelogs: 
 + 
 + * **allmails.txt** - all sent mails to address and subject are logged here 
 + 
 + * **errorlogs.txt** - application errors are logged here 
 + 
 + * **errorlogs_trace.txt** - contains full trace of errors in errorlogs.txt 
 + 
 + **logits.txt** general application logging
  
 Protocol logs: Protocol logs:
  
-**CloudFTP/CloudFTPS:** ///var/www/smestorage/ftpserver/ftpserver.log//+ **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 
 + 
 +Other logs: 
 + 
 + * **Cron Jobs** (background task management) - /var/www/smestorage/cron/log.txt 
  
-**CloudSFTP:** ///var/www/smestorage/ftpserver/sftpserver/log.tx//t+Log Rotation:
  
-**CloudDAV:** ///var/www/smestorage/webdav_html/cgi-bin/log.txt//+ A log rotation script runs under cron: /var/www/smestorage/cron/logroller.pl
  
-**Log Archive Directory:**+ The configuration file is at/var/www/smestorage/cron/config_logroller.conf
  
-///var/www/smestorage/tmp/logsarchive//+ * **Log Archive** - /var/www/smestorage/tmp/logsarchive