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

fix: devmode: fix logging and counting jsonrpc requests #4458

Merged

Conversation

Simon-Laux
Copy link
Member

This was likely broken by me during refactoring when changing apis and initialisation to make the browser version possible.
The problem was that the comandline flags were checked before they were loaded.

Now the jsonrpc request are logged again in devmode. (write -jsonrpc in the filter to not be annoyed from it)
And you can now do exp.printCallCounterResult() again:
Bildschirmfoto 2025-01-08 um 04 41 16

Copy link
Collaborator

@WofWca WofWca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't follow the code through, but the change looks simple, and it does fix the issue.

@Simon-Laux Simon-Laux merged commit f90844a into main Jan 8, 2025
14 checks passed
@Simon-Laux Simon-Laux deleted the simon/fix-jsonrpc-request-logging-broken-in-devmode branch January 8, 2025 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants