This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 631
[DEVOPS-1109] cli argument to inhibit console log: --log-console-off #3785
Merged
Conversation
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
verified this with the "block sync" test:
no more log messages to the console! |
Also verified that no message were logged in console for
Only logging of |
Closed
22 tasks
verified Daedalus on Linux:
the flag is added by the installer to the |
KtorZ
suggested changes
Oct 24, 2018
Since this is needed for 1.4 I am happy to merge that considering that work will be done in order to:
|
KtorZ
approved these changes
Oct 25, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cf comment.
Signed-off-by: Alexander Diemand <[email protected]>
Signed-off-by: Alexander Diemand <[email protected]>
CodiePP
force-pushed
the
adiemand/DEVOPS-1109/inhibit-console-log
branch
from
October 25, 2018 10:43
109e9ce
to
51f1cb2
Compare
rebased on |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Alexander Diemand [email protected]
Description
flag to turn off logging to the console.
PR for Daedalus: input-output-hk/daedalus#1144
(adds the flag
--log-console-off
to the installer which writes it to thelauncher-config.yaml
)Linked issue
DEVOPS-1109
Type of change
Developer checklist
Testing checklist
QA Steps
start a node with
--log-console-off
and verify that no message is printed on the console.