Skip to content
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

Update Log Collector default in Comments and Readme #2608

Merged
merged 2 commits into from
Jun 8, 2022

Conversation

kevinclark19a
Copy link
Contributor

Description

Addressing issue #2603. Comments in code indicate the wrong default value for the log collector.

Additionally, updated the list of distros supported by the log collector


PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • If applicable, the PR references the bug/issue that it fixes in the description.
  • New Unit tests were added for the changes made

Quality of Code and Contribution Guidelines

@codecov
Copy link

codecov bot commented Jun 8, 2022

Codecov Report

Merging #2608 (50ee2c1) into develop (1884ec5) will not change coverage.
The diff coverage is n/a.

❗ Current head 50ee2c1 differs from pull request most recent head da98be7. Consider uploading reports for the commit da98be7 to get more accurate results

@@           Coverage Diff            @@
##           develop    #2608   +/-   ##
========================================
  Coverage    71.92%   71.92%           
========================================
  Files          103      103           
  Lines        15577    15577           
  Branches      2478     2478           
========================================
  Hits         11203    11203           
  Misses        3864     3864           
  Partials       510      510           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1884ec5...da98be7. Read the comment docs.

README.md Outdated
@@ -455,7 +455,7 @@ _Default: y_

If set, agent logs will be periodically collected and uploaded to a secure location for improved supportability.

NOTE: This feature is only supported ubuntu 16.04+; this flag will not take effect on any other distro.
NOTE: This feature is only supported on ubuntu 16.04+, RHEL 7.4+, and centos 7.4+; this flag will not take effect on any other distro.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would not list the explicit distros, but just mention that is not supported on all distros, or its dependency on the resource usage feature

@kevinclark19a kevinclark19a merged commit a560872 into Azure:develop Jun 8, 2022
@kevinclark19a kevinclark19a deleted the log-collector-default branch June 8, 2022 19:31
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.

3 participants