-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Handle fatal log level in occ log:manage #28680
Conversation
This is the original PR: #18369 There is no mention of purposefully omitting "fatal", it was likely an oversight. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Backport stable10 #28683 |
|
as added/fixed in PR owncloud/core#28680
Doc update owncloud-archive/documentation#3310 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Add the "fatal" log level to the list of log levels that the
occ log:manage
command knows about.And similar for LoggingHelper.
Related Issue
#28679
Motivation and Context
Make
occ log:manage
work with the same log levels as available in the UI.How Has This Been Tested?
occ log:manage
and confirm it produces good outputocc log:manage
to change to another log level - make sure the UI shows the new level.occ log:manage
to change to fatal log level - make sure the UI shows the fatal level.Make some UI tests that set the logging level to "fatal" and confirm that they run.
Types of changes
Checklist: