Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(test-tooling): add corda AIO emitContainerLogs option #688

Merged
merged 2 commits into from
Mar 25, 2021

Conversation

petermetz
Copy link
Contributor

@petermetz petermetz commented Mar 19, 2021

Dependencies (need to be reviewed and merged first)

Depends on #657
Depends on #687
Depends on #656

Commit to be reviewed

feat(test-tooling): add corda AIO emitContainerLogs option

This is the same thing that we added to the Fabric
AIO image earlier:
Setting the flag controls whether the CordaTestLedger
class will automatically pipe the container's own logs onto the logger object of the
class instance (CordaTestLedger) or not.
By default it does pipe the logs but if it gets spammy
developers can turn it off via the flag to avoid
having to scroll through thousands of lines of
logs that may or may not be useful to them.

Signed-off-by: Peter Somogyvari [email protected]

takeutak
takeutak previously approved these changes Mar 23, 2021
@petermetz petermetz force-pushed the feat-621-parent-2 branch 3 times, most recently from fda0488 to 1f01f2a Compare March 24, 2021 02:20
@petermetz petermetz requested a review from takeutak March 24, 2021 22:35
@petermetz petermetz requested a review from kikoncuo March 25, 2021 07:26
This is the same thing that we added to the Fabric
AIO image earlier:
Setting the flag controls whether the CordaTestLedger
class will automatically pipe the container's own logs onto the logger object of the
class instance (CordaTestLedger) or not.
By default it does pipe the logs but if it gets spammy
developers can turn it off via the flag to avoid
having to scroll through thousands of lines of
logs that may or may not be useful to them.

Signed-off-by: Peter Somogyvari <[email protected]>
@github-actions
Copy link

🎉 Great news! Looks like all the dependencies have been resolved:

💡 To add or remove a dependency please update this issue/PR description.

Brought to you by Dependent Issues (:robot: ). Happy coding!

@petermetz petermetz merged commit 13fe677 into hyperledger-cacti:main Mar 25, 2021
@petermetz petermetz deleted the feat-621-parent-2 branch March 25, 2021 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants