-
Notifications
You must be signed in to change notification settings - Fork 453
Inject traceId
into the loggers of the packages
#2074
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
Comments
Also debug the situation with |
You can also do a general logs review if they contain enough information, such as the parameters (chainId address etc.) after the new release |
The problem about no traces in compilers package was fixed by #2100 |
There are three kinds of logs that have an undefined trace:
I think for 1. and 2. it's okay to leave them with an undefined trace. For 3., I'm implementing a fix at the moment. |
Currently, only server logs have the
traceId
injected for GCP. I wanted to follow the logs of a request starting from a compilers log, which is not easy without thetraceId
. We should also inject it into the loggers oflib-sourcifyand compilers packages.Edit: This is only a problem of compilers package.
The text was updated successfully, but these errors were encountered: