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

Commit fd6ec01

Browse files
authored
Merge pull request commerce-docs/devdocs#282 from magento-devdocs/imported-BarnyShergold-devdocs-9327
[Imported] Clarified Cloud log configuration
2 parents b405e97 + a8b39e4 commit fd6ec01

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/cloud/project/log-locations.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ You can view the logs from the file system, the project web UI, and the `magento
2121
{:.bs-callout-tip}
2222
Automatic log rotation, compression, and removal are enabled in the Cloud environment. Each log file type has a rotating pattern and lifetime.
2323

24+
Full details of the environment's log rotation and lifespan of compressed logs can be found in the following locations :
25+
26+
```terminal
27+
/etc/logrotate.conf
28+
/etc/logrotate.d/<various>
29+
```
30+
2431
## Manage log data
2532

2633
On Pro Production and Staging environments, use the New Relic Logs application integrated with your project to manage aggregated log data from all logs associated with your {{ site.data.var.ece }} project.
@@ -152,7 +159,6 @@ For example, on Pro production environments a PHP access log for 21 days in the
152159
```terminal
153160
/var/log/platform/<project_id>/php.access.log.22.gz
154161
```
155-
156162
The archived log files are always stored in the directory where the original file was located before compression.
157163

158164
{:.bs-callout-info}

0 commit comments

Comments
 (0)