minifabric icon indicating copy to clipboard operation
minifabric copied to clipboard

How to run app in debug?

Open pushp1997 opened this issue 1 year ago • 1 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?

pushp1997 avatar Aug 08 '23 01:08 pushp1997