-
-
Notifications
You must be signed in to change notification settings - Fork 537
log files locations
ghost-from-the-past edited this page Apr 28, 2021
·
7 revisions
normally at
tracks_web_server_directory /log/production.log
the place is defined during the configuration of Apache to host Tracks
<p>normally something like</p>
<p>(Ubuntu, Debian)</p>
<p>ErrorLog "/var/log/apache2/tracks_error.log"</p>
<p>CustomLog "/var/log/apache2/tracks_access.log"</p>
<p>or</p>
<p>(CentOS, RedHat)</p>
<p>ErrorLog "/var/log/httpd/tracks_error.log"</p>
<p>CustomLog "/var/log/httpd/tracks_access.log"</p>