With Copilot
Acquia Copilot is a conversational AI connected into our product documentation and knowledge base. Ask Copilot about product features, technical details, troubleshooting and how to get started with Acquia products.
Sign in to use Acquia Copilot
The Fpm error log (fpm-error.log) records infrastructure-level issues with Fpm’s process management in PHP. It is closely related to the Fpm access log, which records all requests to PHP, and the PHP error log, which records application-level issues encountered while processing a request. The Fpm error log only handles web requests; command-line requests are logged in the PHP error log.
For a list of the log files handled by Cloud Platform, including accessing these log files, log file retention, and their locations, see About Cloud Platform logging.
The following line is a representative example of the data written into your website’s Fpm error log:
[04-Jan-2017 18:45:13] NOTICE: [pool alphabeta] child 20069 exited with code
0 after 3832.234353 seconds from startEach of the items in the Fpm error log is noted in the following table, along with its description:
| Position | Data | Description |
|---|---|---|
| 0 | [04-Jan-2017 18:45:13] | The date and time of the request. |
| 1 | NOTICE | The issue severity. Possible values include ALERT, ERROR, WARNING, NOTICE, and DEBUG. |
| 2 | [pool alphabeta] | The Fpm pool in which the error occurred. |
| 3 | All other information in the line | The message, which will vary from line to line. |
If this content did not answer your questions, try searching or contacting our support team for further assistance.
If this content did not answer your questions, try searching or contacting our support team for further assistance.