-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
chore: add more logging [APE-1328] #100
Conversation
@@ -8,6 +8,7 @@ | |||
from ape.logging import logger | |||
from ape.utils import USER_AGENT, ManagerAccessMixin | |||
from requests import Session | |||
from yarl import URL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably use this in the RPC debug in core because it's currently showing my project id lol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm , I thought we were already!
Maybe this is happening in the foundry plugin when connecting to the upstream provider?
Show me where if you find it. I know ape-geth handles it well but it may be missed elsewhere.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it was doing it for me w/ infura at least
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am having troubles locating where this might be happening. Can you share with me what the log looks like?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I was doing debug on running apepay
What I did
In combo with ApeWorX/ape#1628 may help debug issues with using contract fetching in certain environments.
However, please let me know any other logging that will help in this process!
How I did it
How to verify it
Checklist