Created
October 16, 2021 16:50
-
-
Save phamngsinh/9dd5688627a491f7899bf033689832cf to your computer and use it in GitHub Desktop.
Logs location on Linux servers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Apache – /var/log/httpd/ | |
| IIS – C:\inetpub\wwwroot\ | |
| Node.js – /var/log/nodejs/ | |
| nginx – /var/log/nginx/ | |
| Passenger – /var/app/support/logs/ | |
| Puma – /var/log/puma/ | |
| Python – /opt/python/log/ | |
| Tomcat – /var/log/tomcat8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment