Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 2f715fd

Browse files
authored
Reverting change
1 parent 122233b commit 2f715fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloud/project/log-locations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Log file | Starter and Pro Integration | Pro Staging
144144
**Nginx access log**| `/var/log/access.log` | `/var/log/platform/<project_id>_stg/access.log` | `/var/log/platform/<project_id>/access.log`
145145
**Nginx error log** | `/var/log/error.log` | `/var/log/platform/<project_id>_stg/error.log` | `/var/log/platform/<project_id>/error.log`
146146
**PHP access log** | `/var/log/php.access.log` | `/var/log/platform/<project_id>_stg/php.access.log` | `/var/log/platform/<project_id>/php.access.log`
147-
**PHP FPM log** | `/var/log/php5-fpm.log` | `/var/log/platform/<project_id>_stg/php5-fpm.log` | `/var/log/platform/<project_id>/php5-fpm.log`
147+
**PHP FPM log** | `/var/log/app.log` | `/var/log/platform/<project_id>_stg/php5-fpm.log` | `/var/log/platform/<project_id>/php5-fpm.log`
148148

149149
The application logs are compressed and archived once per day and kept for one year. The compressed logs are named using a unique ID that corresponds to the `Number of Days Ago + 1`.
150150
For example, on Pro production environments a PHP access log for 21 days in the past is stored and named as follows:

0 commit comments

Comments
 (0)