You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[fast/warm-reboot] Put ERR message in syslog when a failure is seen (#3186)
MSFT ADO: 26918588
This change is to add ERR logs generated during warm-reboot script to syslog.
Currently the ERR logs are sent in stdout and a corresponding entry is not added to syslog.
This makes it difficult to debug issues when stdout is not readily available.
How I did it
Modified existing error function to add the log entry to syslog.
How to verify it
Verified manually on physical device
0 commit comments