clarinet icon indicating copy to clipboard operation
clarinet copied to clipboard

Feature request: flag to save docker logs

Open obycode opened this issue 2 years ago • 5 comments

For stacks-devnet-js and clarinet integrate it would be nice to have a flag that would save the logs before cleaning up the docker images.

obycode avatar Apr 26 '23 14:04 obycode

If someone has time to work on this soon, it could be very helpful for 2.3 debugging with stacks-devnet-js. My guess is that it should be relatively easy.

obycode avatar Apr 27 '23 20:04 obycode

If someone has time to work on this soon, it could be very helpful for 3.0 debugging with stacks-devnet-js. My guess is that it should be relatively easy.

obycode avatar Jan 17 '24 17:01 obycode

image

obycode avatar Jan 17 '24 17:01 obycode

As a workaround, the logs can be written to a file

docker logs stacks-node.project-template.devnet -f &> stacks-node.log

hugocaillard avatar Jan 17 '24 17:01 hugocaillard