ava-labs / ava-labs/reforge

Deduplicate tracing and println statements

Open Beginner friendly
#32 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue rust
Dominant language
Rust
Stars
0
Forks
0
Avg merge
10d 6h
Merged PRs (30d)
4

Description

During initial development, many tracing statements were also duplicated as println statements. The println statements should be removed.

Contributor guide

Open the contributing guide

Research direction

Search the repository for println statements and compare each with the tracing statement used for the same development output. Remove the duplicated println statements, then run the project’s available tests or checks. Done means the redundant println output is gone while the tracing statements remain.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
tooling
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
72/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.