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

[pull] master from Azure:master #1061

Merged
merged 2 commits into from
Oct 20, 2020
Merged

[pull] master from Azure:master #1061

merged 2 commits into from
Oct 20, 2020

Commits on Oct 20, 2020

  1. [Inventec] Add support for D6332 platform (#5304)

    Add support for D6332 platform
    
    Signed-off-by: cynthia <wu.cynthia@inventec.com>
    CynthiaINV committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    38bd6be View commit details
    Browse the repository at this point in the history
  2. [docker-base]: Rate limit priority INFO and lower in syslog (#5666)

    There is currently a bug where messages from swss with priority lower than the current log level are still being counted against the syslog rate limiting threshhold. This leads to rate-limiting in syslog when the rate-limiting conditions have not been met, which causes several sonic-mgmt tests to fail since they are dependent on LogAnalyzer. It also omits potentially useful information from the syslog. Only rate-limiting messages of level INFO and lower allows these tests to pass successfully.
    
    Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
    theasianpianist committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    207587d View commit details
    Browse the repository at this point in the history