PromucFlow_constructor/deploy/docker/fs/opt/appsmith
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
..
templates feat: add ability to change application logs location (#31926) 2024-03-20 19:45:48 +05:30
utils chore: bump nodemailer from 6.7.5 to 6.9.9 in /deploy/docker/fs/opt/appsmith/utils (#30852) 2024-02-02 11:56:19 +05:30
auto_heal.sh chore: Fix auto heal script crash if curl times out (#29472) 2023-12-08 15:22:26 +05:30
caddy-reconfigure.mjs chore: Change default rate-limiting threshold to 100 2024-03-08 12:22:56 +05:30
entrypoint.sh feat: add ability to change application logs location (#31926) 2024-03-20 19:45:48 +05:30
healthcheck.sh chore: Remove RTS Health check in Docker container 2023-10-21 09:58:40 +05:30
install_docker.sh chore: replaced decommisioned urls with new ones (#27786) 2023-10-05 12:07:18 +05:30
mongodb-fixer.sh chore: Update embedded MongoDB Schema version (#27985) 2023-10-17 06:28:45 +05:30
pull_resource.sh
run-caddy.sh chore: Render env vars in caddy-reconfigure script (#30673) 2024-01-31 11:38:49 +05:30
run-java.sh feat: Databricks plugin (#29746) 2023-12-26 10:04:09 +05:30
run-postgres.sh fix: Remove explicit stats directory for embedded Postgres 2023-10-17 15:00:12 +05:30
run-starting-page-init.sh feat: Caddy (#28081) 2023-12-05 10:47:36 +05:30
run-with-env.sh feat: Support running as a non-root user (#28290) 2023-11-15 11:28:25 +05:30
start_app.sh
starting-page-init.py feat: add ability to change application logs location (#31926) 2024-03-20 19:45:48 +05:30
update-and-restart-supervisor.sh