Updated log files locations (markdown)

ghost-from-the-past 2021-04-28 11:29:35 +02:00
parent 70666e6d10
commit d9f98ff59c

@ -4,6 +4,9 @@
<strong>
<em>tracks_web_server_directory</em>
</strong>/log/production.log</p>
<p>
<br/>
</p>
<h2>Apache web server logs</h2>
<p>the place is defined during the configuration of Apache to host Tracks</p>
<p>normally something like</p>
@ -14,6 +17,9 @@
<p>(CentOS, RedHat)</p>
<p>ErrorLog "/var/log/httpd/tracks_error.log"</p>
<p>CustomLog "/var/log/httpd/tracks_access.log"</p>
<p>
<br/>
</p>
<h2>MySQL database servr logs</h2>
<h2>Passenger</h2>
<p>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</p>