It would be really useful to get the logs of the services in the stack, for example, REST API requests received (url, params), outgoing calls made, etc.
I can't see any documentation on how to enable this. Is it currently implemented?
Thanks
From my usage with a docker-compose file, I think all you need to do is set an environment variable.
e.g. DEBUG=sqs
Correct, please set the DEBUG=1 environment variable to enable debug logs.
It doesn't contain full url though, which makes it hard to debug region-related problems:

Any idea if those logs can be somehow improved?
Most helpful comment
It doesn't contain full url though, which makes it hard to debug region-related problems:
Any idea if those logs can be somehow improved?