mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Created log files locations (markdown)
parent
765d0bb899
commit
ace2f969cb
1 changed files with 17 additions and 0 deletions
17
log-files-locations.md
Normal file
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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue