Closed aaannz closed 4 months ago
Calling Fatal().Err() is not enough without .Msg(), but instead just return error.
This also enables term and exec logging with trace log level.
No tests: add explanation
[X] DONE
Issue(s): https://github.com/SUSE/spacewalk/issues/23774
Make sure the changelogs entries you are adding are compliant with https://github.com/uyuni-project/uyuni/wiki/Contributing#changelogs and https://github.com/uyuni-project/uyuni/wiki/Contributing#uyuni-projectuyuni-repository
If you don't need a changelog check, please mark this checkbox:
If you uncheck the checkbox after the PR is created, you will need to re-run changelog_test (see below)
changelog_test
Check How to branch and merge properly!
Thanks a lot Ondrej.
What does this PR change?
Calling Fatal().Err() is not enough without .Msg(), but instead just return error.
This also enables term and exec logging with trace log level.
Test coverage
No tests: add explanation
[X] DONE
Links
Issue(s): https://github.com/SUSE/spacewalk/issues/23774
Changelogs
Make sure the changelogs entries you are adding are compliant with https://github.com/uyuni-project/uyuni/wiki/Contributing#changelogs and https://github.com/uyuni-project/uyuni/wiki/Contributing#uyuni-projectuyuni-repository
If you don't need a changelog check, please mark this checkbox:
If you uncheck the checkbox after the PR is created, you will need to re-run
changelog_test
(see below)Before you merge
Check How to branch and merge properly!