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

[cli] Unify debug logging options and allow options in .lamingtonrc to be specified on the command line #110

Open
thekevinbrown opened this issue Oct 9, 2019 · 1 comment
Labels
Improvement Enhancing something which already exists

Comments

@thekevinbrown
Copy link
Member

As an extension of #104, it'd be awesome if we could unify our logging options to something like:

  • Debug: Outputs information which would help smart contract authors figure out what transactions their tests are sending to EOS. Doesn't output info about Lamington internals or what EOS is doing.
  • Verbose: Outputs transactions and what EOS is doing. Doesn't output Lamington internals.
  • Trace: Outputs everything to help us debug where Lamington might be breaking on someone's machine.

These should be configurable in .lamingtonrc and overridable via CLI options.

@thekevinbrown thekevinbrown added feature New feature or request enhancement Improvement Enhancing something which already exists and removed feature New feature or request enhancement labels Oct 9, 2019
@dallasjohnson
Copy link
Contributor

Changes in #204 may satisfy this issue, although I think it would still show Lamington internals. But otherwise could be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Enhancing something which already exists
Projects
None yet
Development

No branches or pull requests

2 participants