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

Reduce chattiness of trace!() logs #130

Merged
merged 2 commits into from
Feb 29, 2020
Merged

Commits on Feb 28, 2020

  1. Remove redundant trace!() log messages

    The underlying `jsonrpc-core` library already logs each request and
    response using `trace!()` and `debug!()`, so there is no reason to log
    them again on our end.
    ebkalderon committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    8ad99be View commit details
    Browse the repository at this point in the history
  2. Add info!() message when server initializes

    This should complement the existing `info!()` log message emitted when
    the `exit!()` notification is recieved.
    ebkalderon committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    ac857fc View commit details
    Browse the repository at this point in the history