You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
I am using the follwing command to run my application:
minifab apprun -l go
and I get the following output:
How do I run the app in debug mode so that I can get the logs in the terminal once the app completes?
The text was updated successfully, but these errors were encountered: