Overview
DreamPress Plans Only
You do not need to include http/s in the file path (as mentioned in the following examples) to view the log files for DreamPress sites. You can find DreamPress-related log files using the /exampleuser/logs/example.com file path instead.
For troubleshooting purposes, you may sometimes need to check your site’s error logs and access logs to get more information as to why a problem may occur. This article explains how to view these logs using SFTP.
If you'd like to view and examine these files via SSH, view the following articles instead:
- Logs are rotated every night so that access.log and error.log only contain today’s logs, while error.log.0 and access.log.0 contain logs from the day before.
- Log files are deleted shortly after this, so it’s recommended to check them as soon as possible.
- Per GDPR, DreamHost stores raw HTTP logs by default for 7 days.
Viewing the logs via SFTP
It is not possible to view your logs using the file manager in the panel.
You must use a fully functional FTP client such as Filezilla or Cyberduck to view your logs.
As mentioned previously, the logs are inside the /logs/example.com/http(s) directory under your username on the server.
To view the logs:
- Make sure your user is an SFTP or Shell user. Visit the Creating a user with Shell (SSH) access article for instructions.
- Log into your server using your client. Visit the FTP article for details.
- Once logged in, you’ll see several files; in this example we’re in the exampleuser’s directory noted by the Remote site: field which shows /home/exampleuser:
- Click into the /logs directory.
- You then see a list of sites associated with this user:
- Click into the appropriate site from this next directory.
- Click into the http or https directory depending on which logs you'd like to view.
Your http or https directory may have a random string of numbers after it, or you may see several directories. Just look at the date to the right to choose the most recent directory.
- You’ll see the error.log and access.log as of today.
Once in the /http directory, you'll notice that your remote site looks different at the top, which shows that your selected directories have changed – this is fine.
- Right-click on the log file and open with your text editing program.