This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 681
feat: allow logs to be written to a file by providing the --logging.file
argument
#4195
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
jeffsmale90
force-pushed
the
feat/logging
branch
from
February 22, 2023 03:57
d9ef622
to
14a4ca3
Compare
jeffsmale90
changed the title
feat: Allow logging to file, and viewing of Detached instances logs
feat: supply Feb 22, 2023
--logging.file
argument for Ganache to write logs to a file
Sorry for the force push, but it had to be in order to remove the detached instances logs logic :/ |
jeffsmale90
commented
Feb 22, 2023
jeffsmale90
commented
Feb 27, 2023
jeffsmale90
commented
Feb 27, 2023
cds-amal
reviewed
Feb 28, 2023
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.
Incomplete review, will finish it tomorrow.
jeffsmale90
changed the title
feat: supply
feat: allow logs to be written to a file by providing the Mar 8, 2023
--logging.file
argument for Ganache to write logs to a file--logging.file
argument
… a log is written
This was referenced Dec 2, 2023
This was referenced Dec 12, 2023
This was referenced Dec 31, 2023
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.
Introducing the ability to specify a log file for Ganache to write its logs to. No more sifting through endless terminal output to find that one critical message you need. Just provide a path to your desired log file with
ganache --logging.file <path-to-log-file>
, and you're all set! Now you can sit back, relax, and let Ganache do the heavy lifting while you focus on building awesome applications.