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

refactor: move escrow logs to TRACE and msg body logs to DEBUG #913

Draft
wants to merge 1 commit into
base: v1.1.27
Choose a base branch
from

Conversation

kentbull
Copy link
Contributor

DRAFT PR - WIP
Long description TBD. Short version to follow.

Short Description:

  • Adds TRACE logging level in keri.help.__init__ module.
  • Moves escrow logs to TRACE logging level (mostly done).
  • Moves event body logging to DEBUG level.
  • INFO log level contains SAID or prefix of events rather than an event body.
  • Uniformly uses log substitution where it would improve performance.
  • Uniformly uses f-strings where performance is equivalent yet readability is enhanced.
  • serder.pretty() used in favor of serder.ked or json.dumps(serder.ked, indent=1)
  • Added escrow-specific strings to each escrow to clarify in logs which escrow produced which log message.
  • Various spelling corrections and wording cleanups like Kevery process to Kevery

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