Localstack: Stack logs

Created on 27 Sep 2017  路  3Comments  路  Source: localstack/localstack

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

enhancement question

Most helpful comment

It doesn't contain full url though, which makes it hard to debug region-related problems:

image

Any idea if those logs can be somehow improved?

All 3 comments

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:

image

Any idea if those logs can be somehow improved?

Was this page helpful?
0 / 5 - 0 ratings