-
Notifications
You must be signed in to change notification settings - Fork 15
enh: support multi-process log and renamed to taoswslog #500
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates log file naming conventions to use the 'taoswslog' prefix instead of 'taoslog', aligning with the WebSocket logging context.
- Replaces all constants, function implementations, and test cases to use 'taoswslog' prefix
- Updates regex patterns for compressed file parsing to match the new naming scheme
- Maintains backward compatibility for file rotation and compression functionality
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #500 +/- ##
==========================================
- Coverage 82.63% 80.86% -1.78%
==========================================
Files 117 115 -2
Lines 56703 50134 -6569
==========================================
- Hits 46857 40539 -6318
+ Misses 9846 9595 -251 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 54 out of 54 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Description
Support multi-process log and renamed to taoswslog
Jira: https://jira.taosdata.com:18080/browse/TD-37794
Checklist
Please check the items in the checklist if applicable.