hyperledger-labs / minifabric

Do fabric network the right and easy way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run app in debug?

pushp1997 opened this issue · comments

I am using the follwing command to run my application:
minifab apprun -l go

and I get the following output:

..
# Running operation: ******************************************
  run chaincode application
...
# App run *****************************************************
  Application in go completed successfully

# STATS *******************************************************
minifab: ok=22  failed=0

real    0m20.507s
user    0m8.208s
sys     0m0.729s

How do I run the app in debug mode so that I can get the logs in the terminal once the app completes?

For now, I am docker logs --follow apprun to check my logs.