Planning to add django log rotate on my application, running on google compute engine.Adding log rotate is failing by throwing error
**OSError: [Errno 30] Read-only file system: '/workspace/neo_app_backend/log' ** at the time of deployment.This is the path where the log files are keeping. When opening the path log file is created.
I have the requiement to add log rotate.