1 Title: Background job logs were not always shown in job output
11 In some situations log entries which should be written to the job output,
12 which is visible from the GUI, was not written to it.
14 Background: The default logger was based on cmk.log logger which is not
15 initialized with the GUI log level. The job logger is now based on cmk.gui.log
16 logger as intended which makes the job log entries now available in the job
17 progress dialog by default.