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
Last revisionBoth sides next revision
cloudappliance/logfiles [2021_08_11 20:44] stevencloudappliance:logfiles [2024_03_19 21:42] – [Error Log] steven
Line 1: Line 1:
 ## Appliance Log Files ## Appliance Log Files
  
-### Log+### General Logs
  
 This is a general log file for the appliance. This is a general log file for the appliance.
  
-    tail -/var/www/smestorage/sitelogs/logits.txt+    tail -/var/www/smestorage/sitelogs/logits.txt
  
 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. 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.
  
-The tail -command will run until you terminate it (Ctrl-c). +The tail -command will run until you terminate it (Ctrl-c).
 ### Error Log ### Error Log
  
 These files are created the first time an error is received: These files are created the first time an error is received:
  
-    tail -/var/www/smestorage/sitelogs/errorlogs.txt +    tail -/var/www/smestorage/sitelogs/errorlogs.txt 
-    tail -/var/www/smestorage/sitelogs/errorlogs_trace.txt+    tail -/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>.+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.txtcontains a full trace of errors in `errorlogs.txt`.
  
 ### Upload Log ### Upload Log
Line 26: Line 25:
     tail -f /var/www/smestorage/tmp/tempstorage/log.txt     tail -f /var/www/smestorage/tmp/tempstorage/log.txt
          
- 
  
 ### Email Log ### Email Log
Line 40: Line 38:
     tail -f /var/www/smestorage/cron/log.txt     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 ### Log Archive
Line 59: Line 71:
  
  
-Log File Locations +### Protocol logs
- +
-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+
- +
- * **CloudFTP/CloudFTPS** - /var/www/smestorage/ftpserver/ftpserver.log+
  
- * **CloudSFTP** - /var/www/smestorage/ftpserver/sftpserver/log.txt+#### CloudFTP/CloudFTPS
  
- * **CloudDAV** - /var/www/smestorage/webdav_html/cgi-bin/log.txt+    /var/www/smestorage/ftpserver/ftpserver.log
  
-Other logs:+#### CloudSFTP
  
- * **Cron Jobs** (background task management) - /var/www/smestorage/cron/log.txt 
  
 +    /var/www/smestorage/ftpserver/sftpserver/log.txt
  
-Log Rotation:+#### CloudDAV
  
- * A log rotation script runs under cron: /var/www/smestorage/cron/logroller.pl+    /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