Report this

What is the reason for this report?

Writing logs to file system using PHP in App Platform

Posted on August 31, 2021

I have a custom PHP app that logs some data to the /logs folder - it contains many files - one file for each type of log request which stores log info using PHP’s file_put_contents command.

This log folder is not getting pushed to the GitHub repo. But I understand that any change in the girhub repo will re-deploy to the App Platform and will overwrite all files in the filesystem ?

Will be log files be retained or erased ?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hey there,

The local storage in App Platform is ephemeral. As such those logs would be erased on each deploy. I’d recommend saving those logs to an external file storage service like our Spaces product. Spaces :: How to Store Data in App Platform

Hope that helps! Nate

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.