Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/dashboard/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ The date range can be specified for all logs types. Some log types will also sup

![Screenshot of a logs filter being applied](../assets/logs-with-filter.png)

## Common PHP-FPM warnings

You may occasionally see PHP-FPM warnings similar to the following in the PHP error logs:

```text
server reached pm.max_children setting, consider raising it
```

This warning is expected on Altis Cloud and does not indicate that your application needs a PHP-FPM configuration change.
Altis Cloud manages request capacity by automatically scaling web containers horizontally, rather than by increasing the number of
PHP-FPM workers within a single container. In most cases, this log entry can be ignored unless it correlates with user-visible
performance issues or other application errors.

## Log Delivery

Log delivery to CloudWatch can be switched off, however this is not recommended as logs will not be available in the Altis
Expand Down