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

Reduce log level of certain logging lines from "debug" to "trace" to reduce test logs bloat #1227

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

ImplOfAnImpl
Copy link
Contributor

Initially I was going to reduce the number of blocks generated by tests to fix this, but now I think it would be a bad idea. So, in the end I've just demoted the most spamming logging lines from "debug" to "trace".
(Just in case: the main offenders here are the lines in mempool, the other ones are just accomplices).

I also described the issue in detail here - #1219 (comment)

Copy link
Contributor

@iljakuklic iljakuklic left a comment

Choose a reason for hiding this comment

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

I have no problem with this, and no particularly strong opinion. Log printouts can be adjusted using the env variable if needed for debugging.

@TheQuantumPhysicist TheQuantumPhysicist merged commit e891b10 into master Sep 21, 2023
23 checks passed
@TheQuantumPhysicist TheQuantumPhysicist deleted the reduce_p2p_log_size branch September 21, 2023 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants