| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
WalkthroughThis PR modifies warning logs in the checkCompressedDataCompatibility function across codec versions v7, v8, and v9. The changes replace hex-encoded payload dumps with payload length metrics (payloadLen and compressedPayloadLen) in two warning log statements per file. No functional logic or return values are affected. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes
Possibly related issues
Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. ❤️ ShareComment @coderabbitai help to get the list of available commands and usage tips. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Purpose or design rationale of this PR
This PR improves the log, removing large payload bytes print when compression is ineffective. The payload is not meaningful for debugging, should be enough to barely print the length of original/compressed payload bytes.
Corresponding issue: #68
PR title
Your PR title must follow conventional commits (as we are doing squash merge for each PR), so it must start with one of the following types:
Breaking change label
Does this PR have the breaking-change label?
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.