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

Added method logging #13

Draft
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Draft

Added method logging #13

wants to merge 1 commit into from

Conversation

genya0407
Copy link
Contributor

@genya0407 genya0407 commented Jul 19, 2024

Summary

We need comprehensive logging to combat anomalies.
debug_logging is one such tool, but it is incompatible with Ruby 3.0 and seems too complex.

I added MethodLogging, which traces all the method calls and logs them with the arguments.
This allows us to investigate the gem’s internal behavior.

That said, it generates excessive log lines, so I'm wondering if we should merge this.

log.txt

Other Information

related to #11 (comment)

Checklist

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