Chaincode Logs

The chaincode logs feature provides users with essential visibility into the internal operations of their chaincode both during the deployment phase and after the application has gone live. This capability is particularly useful for debugging and identifying issues that may arise during installation or operation.

View real-time insights during deployment and continual monitoring once live, the chaincode logs enable quick identification and resolution of issues.

Accessing Chaincode Logs:

To access the chaincode logs, follow these steps:

  1. Navigate to Deployed Apps: Begin by navigating to the deployed applications section from your Network dashvoard.

  2. Select Your Chaincode: Identify and select the custom chaincode you're interested in by clicking on its name. This will take you to the chaincode's dashboard.

  3. View Chaincode Logs: Once in the detailed view, click on the "Chaincode Logs" tab. This section is dedicated to displaying the logs associated with the specific chaincode sort chronologically.

Features of the Chaincode Log Viewer:

  • Logs Per Page: Users have the flexibility to determine the number of log entries displayed per page. This feature allows for easy navigation and helps users focus on a manageable subset of logs at any given time.

  • Detailed Log View: For those needing to dive deeper into specific log entries, the viewer allows users to click on "View" to access a detailed log. This provides a more granular look at the logs, offering insights into the precise operations and any issues encountered during execution.

Last updated