diff --git a/log-files-locations.md b/log-files-locations.md index 5f6f8d7..2e5a50f 100644 --- a/log-files-locations.md +++ b/log-files-locations.md @@ -4,6 +4,9 @@ tracks_web_server_directory /log/production.log
+
+
+
the place is defined during the configuration of Apache to host Tracks
normally something like
@@ -14,6 +17,9 @@(CentOS, RedHat)
ErrorLog "/var/log/httpd/tracks_error.log"
CustomLog "/var/log/httpd/tracks_access.log"
+
+
+
by default the Passenger log file is the global (not the per-vhost) Apache error log file. This is typically located in /var/log/apache2/error_log. You can find out the exact location of the Passenger error log by running