Hey there.
I created a process that is running in a message queue and have trouble getting the stacktraces of thrown exceptions.
I’d expect them in var/log, but I can’t find them there.
I am using dockware with XDEBUG_ENABLED=1
in docker-compose.yml and
APP_ENV=dev
APP_DEBUG=1
in .env.
The logs are correctly written to var/log.
I also tried using or at least disabling xdebug, but don’t really how things should work together…
Does anyone have a working setup for stacktraces of exceptions thrown in message queues that he/she can share?
Any other hints are appreciated as well!