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.
Actions