Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Platform 175
Description
Sometimes, I want to leave logs higher than DEBUG. But unfortunately, the log level is set in a hard-coded way to DEBUG in UpdaterExecutionReport.java.
If it is able to change the log level in script somehow, it would be great.
For example,
- Add a log level dropdown in UI to select TRACE, DEBUG, INFO before execution.
(WARN or ERROR should not be available in the updater UI because the updater engine leaves some important info level logs.) - When executed or dry run, it creates logger based on the selection (probably a new @hipposys:loglevel property on the update node).
UpdaterExecutionReport could be created from UpdaterExecutor with the log level specified.
Attachments
Issue Links
- relates to
-
CMS-11062 Groovy Updater UI - Be able to change the log level (from DEBUG level)
- Closed