-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add OCR2 spec_is and plugin_id write config logging #16707
base: develop
Are you sure you want to change the base?
Conversation
I see you updated files related to
|
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
core/services/ocr2/database.go
Outdated
@@ -190,6 +190,9 @@ func (d *db) WriteConfig(ctx context.Context, c ocrtypes.ContractConfig) error { | |||
offchain_config = EXCLUDED.offchain_config, | |||
updated_at = NOW() | |||
` | |||
|
|||
d.lggr.Info("Writing OCR2 config", "ocr2_oracle_spec_id", d.oracleSpecID, "ocr2_plugin_id", d.pluginID) |
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.
Sorry, it is not really clear why you need this.
Furthermore, did you want to use Infow and not plain Info?
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 just doing some debugging for an issue I am facing, no plans to merge this in at the moment.
I would like to be able to set this image to be used for the DON I am testing on in infra-k8s.
|
Just trying to add a log to help debug an issue