Update logger to non user config table#18250
Merged
StormLiangMS merged 1 commit intosonic-net:masterfrom May 13, 2025
Merged
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
qiluo-msft
approved these changes
May 13, 2025
mssonicbld
pushed a commit
to mssonicbld/sonic-mgmt
that referenced
this pull request
May 14, 2025
What is the motivation for this PR? Update LOGGER to non user config table since it is auto generated How did you do it? Add to non user config table How did you verify/test it? E2E test
Collaborator
|
Cherry-pick PR to 202411: #18395 |
11 tasks
mssonicbld
pushed a commit
that referenced
this pull request
Jul 2, 2025
What is the motivation for this PR? Update LOGGER to non user config table since it is auto generated How did you do it? Add to non user config table How did you verify/test it? E2E test
sdszhang
pushed a commit
to sdszhang/sonic-mgmt
that referenced
this pull request
Aug 2, 2025
Code sync sonic-net/sonic-mgmt:202411 => 202412 ``` * a1064ff (HEAD -> code-sync-202412, origin/code-sync-202412) r12f 250702:1620 - Merge remote-tracking branch 'base/202411' into code-sync-202412 |\ | * f98c8b2 (base/202411) jingwenxie 250513:1319 - Update logger to non user config table (sonic-net#18250) | * 7958657 Chun'ang Li 250702:1223 - manual cherry pick PR https://github.com/sonic-net/sonic-mgmt/pull/19116/files (sonic-net#19322) | * 14dda64 mssonicbld 250702:0533 - Fix flakiness in pfcwd/test_pfcwd_cli.py (sonic-net#17411) (sonic-net#17619) ```
opcoder0
pushed a commit
to opcoder0/sonic-mgmt
that referenced
this pull request
Dec 8, 2025
What is the motivation for this PR? Update LOGGER to non user config table since it is auto generated How did you do it? Add to non user config table How did you verify/test it? E2E test Signed-off-by: opcoder0 <110003254+opcoder0@users.noreply.github.com>
AharonMalkin
pushed a commit
to AharonMalkin/sonic-mgmt
that referenced
this pull request
Dec 16, 2025
What is the motivation for this PR? Update LOGGER to non user config table since it is auto generated How did you do it? Add to non user config table How did you verify/test it? E2E test Signed-off-by: Aharon Malkin <amalkin@nvidia.com>
gshemesh2
pushed a commit
to gshemesh2/sonic-mgmt
that referenced
this pull request
Dec 21, 2025
What is the motivation for this PR? Update LOGGER to non user config table since it is auto generated How did you do it? Add to non user config table How did you verify/test it? E2E test Signed-off-by: Guy Shemesh <gshemesh@nvidia.com>
gshemesh2
pushed a commit
to gshemesh2/sonic-mgmt
that referenced
this pull request
Jan 26, 2026
What is the motivation for this PR? Update LOGGER to non user config table since it is auto generated How did you do it? Add to non user config table How did you verify/test it? E2E test Signed-off-by: Guy Shemesh <gshemesh@nvidia.com>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…t_hook, remove the sysfs power cycle (sonic-net#18250) Why I did it Add support for the graceful reboot instead of the sysfs power cycle to avoid filesystem corruption Work item tracking Microsoft ADO (number only): How I did it Rename the platform_reboot script to the pre_reboot_hook. Remove the sysfs power cycle function, from now on the Debian reboot (/sbin/reboot) will be executed instead of the sysfs power cycle. How to verify it Start watching logs by using show log -f and journalctl -p debug -f Execute the reboot command from the switch CLI Check in logs that all systemd services terminated
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of PR
Summary: Update LOGGER to non user config table since it is auto generated
Fixes # (issue) ADO: 32662299
Type of change
Back port request
Approach
What is the motivation for this PR?
Update LOGGER to non user config table since it is auto generated
How did you do it?
Add to non user config table
How did you verify/test it?
E2E test
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation