-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-1855] Capture chaincode stdout from docker
This code captures all output from stdout/stderr originating from our peer-launched docker containers and stuffs it into a custom logger on a per-chaincode basis. It is enabled by the configuration knob "CORE_VM_DOCKER_ATTACHSTDOUT=true" and defaults to disabled. This should allow an admin or developer to enable this log at their discretion to assist with debugging container problems, while minimizing risk for malicious/faulty chaincodes to threaten the peer with unmitigated logging. Change-Id: I3f36958c41f14981e2e0f412b7e46589e6fa7110 Signed-off-by: Greg Haskins <[email protected]>
- Loading branch information
Showing
3 changed files
with
87 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters