Actions
action #25294
closedaction #6660: [tools][tools][sprint 201709.1][easy hack] use mojo::log in the worker
[tools] Changes to --verbose flag and logging levels on the worker
Start date:
2017-09-14
Due date:
% Done:
0%
Estimated time:
Description
Currently we have different situations where we use log_debug(something)
and log_debug(another something) if $verbose
, on one instance, the messages are being sent all the time, but since pr#1448 we can now handle better the logging levels.
The intention is to remove the log_debug(something) if $verbose
vs log_debug(something)
ambiguity by using proper flags, make --verbose
default for debug, and use info as default log level.
Updated by szarate about 7 years ago
- Subject changed from [tools] Improve logging flags to [tools] Changes to --verbose flag and logging levels on the worker
This is currently being worked by this pr: https://github.com/os-autoinst/openQA/pull/1459
Updated by szarate about 7 years ago
- Related to action #25252: [osd][tools] openqa logrotate archive logs only cover some hours because of excessive debugging output reg. worker registration/scheduling/websockets added
Updated by dasantiago about 7 years ago
- Status changed from In Progress to Resolved
Actions