You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
As an extension of #104, it'd be awesome if we could unify our logging options to something like:
These should be configurable in
.lamingtonrc
and overridable via CLI options.The text was updated successfully, but these errors were encountered: