Skip to content

fix: replace stray println!/eprintln! with error! logging macros#759

Open
ritoban23 wants to merge 1 commit intointerledger:masterfrom
ritoban23:fix-stray-printlns
Open

fix: replace stray println!/eprintln! with error! logging macros#759
ritoban23 wants to merge 1 commit intointerledger:masterfrom
ritoban23:fix-stray-printlns

Conversation

@ritoban23
Copy link
Copy Markdown

Fix: Replace stray println!/eprintln! with error! logging macros

This PR resolves issue #724 by replacing stray println! and eprintln! statements in library code with proper error! logging macros from the tracing crate. This improves logging consistency and prevents unwanted console output.

Changed files:

  • crates/interledger-api/src/routes/accounts.rs
  • crates/interledger-service-util/src/echo_service.rs
  • crates/interledger-stream/src/packet.rs

All changes are tested and verified.

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.

1 participant