Resolve "Add DEBUG log writes to soar_bus to show messages in transit"
docker
docker-compose.yaml +2 -0
endpoints
auth_resource.py +4 -1
client.py +3 -0
token.py +5 -2
models
client_model.py +1 -1
token_model.py +2 -1
tests
api_client_test.py +0 -2
api.py +3 -3
logger.py +40 -0
rmq.py +20 -5
soar_bus.py +5 -5
+ 2
- 0
+ 4
- 1
+ 3
- 0
+ 5
- 2
+ 1
- 1