Hello
I use the same docker file from github, without any specific parameters. I have logs when all services are launched, but nothing after. I tried to add LOG_LEVEL: debug in the docker-compose and other stuff like that, but no improvement.
`$docker-compose logs -f server
codex-server | [Nest] 1 - 07/21/2025, 9:22:50 PM LOG [DatabaseConfigDriver] [INIT] Loading initial config variables from database
codex-server | [Nest] 1 - 07/21/2025, 9:22:50 PM LOG [DatabaseConfigDriver] [INIT] Config variables loaded: 0 values found in DB, 53 falling to env vars/defaults
codex-server | [Nest] 1 - 07/21/2025, 9:22:50 PM LOG [GraphQLModule] Mapped {/metadata, POST} route
codex-server | [Nest] 1 - 07/21/2025, 9:22:50 PM LOG [GraphQLModule] Mapped {/graphql, POST} route
codex-server | [Nest] 1 - 07/21/2025, 9:22:50 PM LOG [NestApplication] Nest application successfully started`
Twenty works, I can use it. But I need to track an error which occurs when I try to create a worskpace ("An error occured" in the front).
Any idea how I can have logs? I use last 1.1.1 version
Thanks