tune
tune copied to clipboard
Transition from helpers for constructing condition messages
log_problems(), tune_log(), siren(), message_wrap(), and format_msg() currently take care of stateless (i.e. no machinery keeping track of previously seen conditions) logging in tune. We should:
- clarify the difference between
log_problems()andtune_log(), - ensure that all conditions are routed through the right one, and
- write out
message_wrap()andformat_msg()in favor of cli's width and newline tooling