-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[sonic_installer] Firmware upgrade log is not a part of syslog #6264
Closed
Comments
qiluo-msft
pushed a commit
to sonic-net/sonic-utilities
that referenced
this issue
Jan 28, 2021
**- What I did** Add information related to updating firmware image from sonic-installer. fix sonic-net/sonic-buildimage#6264 **- How I did it** Replace click.echo with a function that combines echo and logger functions **- How to verify it** Start the sonic-installer process and then grep syslog $ sonic-installer install http://not_exist.com $ tail -n 100 /var/log/syslog | grep "sonic-installer"
daall
pushed a commit
to sonic-net/sonic-utilities
that referenced
this issue
Jan 30, 2021
**- What I did** Add information related to updating firmware image from sonic-installer. fix sonic-net/sonic-buildimage#6264 **- How I did it** Replace click.echo with a function that combines echo and logger functions **- How to verify it** Start the sonic-installer process and then grep syslog $ sonic-installer install http://not_exist.com $ tail -n 100 /var/log/syslog | grep "sonic-installer"
anand-kumar-subramanian
pushed a commit
to anand-kumar-subramanian/sonic-utilities
that referenced
this issue
Mar 2, 2021
**- What I did** Add information related to updating firmware image from sonic-installer. fix sonic-net/sonic-buildimage#6264 **- How I did it** Replace click.echo with a function that combines echo and logger functions **- How to verify it** Start the sonic-installer process and then grep syslog $ sonic-installer install http://not_exist.com $ tail -n 100 /var/log/syslog | grep "sonic-installer"
CharlieChenEC
pushed a commit
to CharlieChenEC/sonic-utilities
that referenced
this issue
May 14, 2021
…et#1369) **- What I did** Add information related to updating firmware image from sonic-installer. fix sonic-net/sonic-buildimage#6264 **- How I did it** Replace click.echo with a function that combines echo and logger functions **- How to verify it** Start the sonic-installer process and then grep syslog $ sonic-installer install http://not_exist.com $ tail -n 100 /var/log/syslog | grep "sonic-installer"
malletvapid23
added a commit
to malletvapid23/Sonic-Utility
that referenced
this issue
Aug 3, 2023
**- What I did** Add information related to updating firmware image from sonic-installer. fix sonic-net/sonic-buildimage#6264 **- How I did it** Replace click.echo with a function that combines echo and logger functions **- How to verify it** Start the sonic-installer process and then grep syslog $ sonic-installer install http://not_exist.com $ tail -n 100 /var/log/syslog | grep "sonic-installer"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
SONiC journal is missing info related to image firmware upgrade.
This makes an issues with failures analysis when working with techsupport file.
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
The
stdout
/stderr
of firmware upgrade log should be also redirected tosyslog
Additional information you deem important (e.g. issue happens only occasionally):
Output of
show version
:Attach debug file
sudo generate_dump
:The text was updated successfully, but these errors were encountered: