Werk #6777: Background job logs were not always shown in job output
Component | User interface | ||||
Title | Background job logs were not always shown in job output | ||||
Date | Oct 9, 2018 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
In some situations log entries which should be written to the job output, which is visible from the GUI, was not written to it.
Background: The default logger was based on cmk.log logger which is not initialized with the GUI log level. The job logger is now based on cmk.gui.log logger as intended which makes the job log entries now available in the job progress dialog by default.