Actions
action #6660
closed[tools][tools][sprint 201709.1][easy hack] use mojo::log in the worker
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Feature requests
Target version:
Start date:
2017-09-06
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Description
The worker app should use Mojo::Log by setting up a mojo fake app, to ensure that the logging facility is the same across all parts of openQA.
mudler | log_* calls are checking if there is an app and route the messages to Mojo::Log
mudler | https://github.com/os-autoinst/openQA/blob/master/lib/OpenQA/Utils.pm#L101 &&
mudler | https://github.com/os-autoinst/openQA/blob/master/lib/OpenQA/Utils.pm#L212
Using these different calls, leaves us with a bit of inconsistency when reading log output from different parts.
Updated by okurz over 9 years ago
- Category set to Feature requests
- Priority changed from Normal to Low
Updated by okurz over 8 years ago
- Subject changed from use mojo::log in the worker to [easy hack] use mojo::log in the worker
Updated by szarate over 7 years ago
- Subject changed from [easy hack] use mojo::log in the worker to [tools][tools][sprint 201709.1][easy hack] use mojo::log in the worker
Actions