Skip to content
Snippets Groups Projects
Commit 175ae277 authored by dvhirst's avatar dvhirst :older_man_tone1: Committed by GitHub
Browse files

Update debugging.md

Removed extraneous space in **Viewing errors in logfiles**
parent 5565f500
No related branches found
No related tags found
No related merge requests found
......@@ -262,7 +262,7 @@ Your next step is not to fix the error, but to first give yourself enough inform
**Viewing errors in logfiles**
The webserver can be configured to display errors to screen, but it also logs errors to files on disk. These files vary depending on your hosting environment, so you might consult your webhost's documentation to locate them. You might look for errors in some of these locations depending on webserver/php config:
The webserver can be configured to display errors to screen, but it also logs errors to files on disk. These files vary depending on your hosting environment, so you might consult your webhost's documentation to locate them. You might look for errors in some of these locations depending on webserver/php config:
- `/var/log/nginx/*err*log` NginX webserver error logs
- `/var/log/apache2/*err*log` Apache webserver & mod_php error logs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment