-
Notifications
You must be signed in to change notification settings - Fork 372
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
Adding the new file to log collector #2301
Adding the new file to log collector #2301
Conversation
@@ -55,6 +55,7 @@ | |||
os.path.join(_AGENT_LIB_DIR, "SharedConfig.*.xml"), | |||
os.path.join(_AGENT_LIB_DIR, "*manifest.xml"), | |||
os.path.join(_AGENT_LIB_DIR, "waagent_status.json"), | |||
os.path.join(_AGENT_LIB_DIR, "waagent_status.*.json"), |
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.
in this case we can remove the old file
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.
Thanks , Updated the PR
Codecov Report
@@ Coverage Diff @@
## develop #2301 +/- ##
===========================================
+ Coverage 70.72% 70.74% +0.02%
===========================================
Files 96 96
Lines 13959 13959
Branches 2000 2000
===========================================
+ Hits 9872 9875 +3
+ Misses 3649 3646 -3
Partials 438 438
Continue to review full report at Codecov.
|
…dd-newfile-logcollector
The new file will be of format "waagent_status.0.json"
Description
Issue #
PR information
Quality of Code and Contribution Guidelines