-
Notifications
You must be signed in to change notification settings - Fork 39
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
Downgrade spammy log messages #1609
Conversation
WalkthroughThis pull request primarily focuses on enhancing logging for better tracking and debugging, and updating a network configuration for a test case. The changes involve adding a debug log message in the batch production process, refining a log message and comment in the Changes
TipsChat with CodeRabbit Bot (
|
@@ -21,7 +21,7 @@ func TestNetworkAvailability(t *testing.T) { | |||
networktest.Run( | |||
"network-availability", | |||
t, | |||
env.DevTestnet(), | |||
env.SepoliaTestnet(), |
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.
We also want to change this ?
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.
haha oops, thanks
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.
Review Status
Actionable comments generated: 0
Files selected for processing (3)
- go/enclave/nodetype/sequencer.go (1 hunks)
- go/host/enclave/guardian.go (1 hunks)
- integration/networktest/tests/helpful/availability_test.go (1 hunks)
Files skipped from review due to trivial changes (2)
- go/enclave/nodetype/sequencer.go
- go/host/enclave/guardian.go
Additional comments (Suppressed): 1
integration/networktest/tests/helpful/availability_test.go (1)
- 24-24: The network configuration for the test has been changed from
env.DevTestnet()
toenv.SepoliaTestnet()
. Ensure that the Sepolia testnet is available and properly configured for this test. Also, verify that this change doesn't affect other tests or parts of the system that rely on the results of this test.
Why this change is needed
To reduce our datadog log volume these non-critical messages can be downgraded to debug.
PR checks pre-merging
Please indicate below by ticking the checkbox that you have read and performed the required
PR checks