Skip to content

log files locations

ghost-from-the-past edited this page Apr 28, 2021 · 7 revisions

Tracks logs

normally at

tracks_web_server_directory /log/production.log


Apache web server logs

the place is defined during the configuration of Apache to host Tracks

normally something like

(Ubuntu, Debian)

ErrorLog "/var/log/apache2/tracks_error.log"

CustomLog "/var/log/apache2/tracks_access.log"

or

(CentOS, RedHat)

ErrorLog "/var/log/httpd/tracks_error.log"

CustomLog "/var/log/httpd/tracks_access.log"


MySQL database servr logs


Passenger

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

>passenger-config --detect-apache2
Clone this wiki locally