Hi, Do you know how to get all the logs from NocoDB on Docker as we can see them on the NocoDB development version?
We use NocoDB on AWS Fargate and encounter a problem with a 503 error “some internal error occurred”. In order to analyze , we’d like to access the detailed logs, but the docker only sends logs until the end of Nest loading, i.e. the first minute of docker activity (only certain login errors are then sent). I tried to reroute stdout without success. Any ideas?