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

Conversation

ebkalderon
Copy link
Owner

Added

  • Add info!() message when server initializes, consistent with the existing info!() message emitted when the server exits.

Removed

  • Remove redundant trace!() log messages, since jsonrpc-core already provides its own equivalents.

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.
This should complement the existing `info!()` log message emitted when
the `exit!()` notification is recieved.
@ebkalderon ebkalderon self-assigned this Feb 29, 2020
@ebkalderon ebkalderon merged commit 0866b3e into master Feb 29, 2020
@ebkalderon ebkalderon deleted the remove-trace-messages branch February 29, 2020 03:35
@ebkalderon ebkalderon restored the remove-trace-messages branch February 29, 2020 06:11
@ebkalderon ebkalderon deleted the remove-trace-messages branch February 29, 2020 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant