- 
                Notifications
    
You must be signed in to change notification settings  - Fork 15
 
Change dataLogWriter from using line based file length tracking #288
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
base: dev
Are you sure you want to change the base?
Conversation
          PR Reviewer Guide 🔍Here are some key observations to aid the review process: 
  | 
    
          PR Code Suggestions ✨No code suggestions found for the PR.  | 
    
User description
…te based
PR Type
Enhancement, Tests
Description
Refactor DataLogWriter to use byte-based log rotation
Update configuration to specify max log size in bytes
Adjust tests to validate byte-based log rotation logic
Improve log file handling and test coverage for new logic
Changes walkthrough 📝
Config.ts
Switch log writer config to byte-based limitssrc/Config.ts
maxReceiptBytes)
DataLogWriter.ts
Refactor DataLogWriter to use byte-based rotationsrc/Data/DataLogWriter.ts
DataLogWriter.test.ts
Update DataLogWriter tests for byte-based logictest/unit/src/Data/DataLogWriter.test.ts