Most log output uses the package name as a prefix so it is possible to tell which package is being processed when a message is logged. This is not true when we dump the output of the uv command to the log. We should fix that by logging each line of output separately instead of dumping the output in one call.