Created log files locations (markdown)

ghost-from-the-past 2021-04-28 11:17:12 +02:00
parent 765d0bb899
commit ace2f969cb

17
log-files-locations.md Normal file

@ -0,0 +1,17 @@
<h2>Tracks logs</h2>
<p>normally at</p>
<p>
<strong>
<em>tracks_web_server_directory</em>
</strong>/log/production.log</p>
<h2>Apache web server</h2>
<p>the place is defined during the configuration of Apache to host Tracks</p>
<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>