Hi,
I have setup a docker environment with the stackstorm/stackstorm:2.10.4
image. For a while
it was able to execute actions and I was able to see results, but for some unknown reason they now
always stuck in “Requested”. Once in a while they actually execute fully, but not often. No amount of
docker-compose down -v
and restarting the container helps.
How do I debug this? Tracing doesn’t provide much information
$ st2 execution get 5ecfc9c6266dd002d9050e20
id: 5ecfc9c6266dd002d9050e20
status: requested
parameters:
log_level: DEBUG
mac_ip_mapping:
00:0a:95:9d:68:16:
ip: 193.239.116.126
result: None
Rabbitmq queues are empty and the logs aren’t of much help, but maybe I’m grepping for the wrong thing.
tail -F -n 0 /var/log/st2/*.log | grep ERROR
keeps including the parameters sent to the api
and makes the logs unreadable.
How do I get all the logs related to one execution?