PromucFlow_constructor/deploy/docker/fs/opt/appsmith/templates
Goutham Pratapa d3acb4ba8f
feat: add ability to change application logs location (#31926)
Fixes [31877](https://github.com/appsmithorg/appsmith/issues/31877) 

```
sudo docker run -it -d --name ap -e APPSMITH_LOG_DIR=/logs --pull always appsmith/appsmith-dp:ce-31926


(base) ➜  appsmith-ee git:(release) ✗ docker exec -it -u root ap bash
root@3d17510be0d7:/opt/appsmith# ls /logs/*
/logs/backend:
backend-3d17510be0d7.log

/logs/editor:
access-3d17510be0d7.log  error-3d17510be0d7.log

/logs/rts:
rts-3d17510be0d7.log
root@3d17510be0d7:/opt/appsmith#

```
2024-03-20 19:45:48 +05:30
..
supervisord feat: add ability to change application logs location (#31926) 2024-03-20 19:45:48 +05:30
docker.env.sh chore: Remove unused services (#30292) 2024-01-23 05:43:16 +05:30
loading.html feat: Caddy (#28081) 2023-12-05 10:47:36 +05:30
mockdb_postgres.sql chore: Use single COPY command in Dockerfile for constant/static files (#27127) 2023-09-11 08:43:09 +05:30
users_postgres.sql chore: Use single COPY command in Dockerfile for constant/static files (#27127) 2023-09-11 08:43:09 +05:30