in lib/cli_logging.dart [276:278]
void trace(String message) { io.stdout.writeln('${_createPrefix()}${ansi.gray}$message${ansi.none}'); }