Skip to content

APKINDEX not found message: Only show in verbose log

postmarketOS Bot requested to merge fix/travis-apkindex-not-found-messages into master

Created by: ollieparanoid

The message appears 20 or so times in a row when setting up a new chroot. Right now we log it into the debug log (which is what "pmbootstrap log" and "pmbootstrap --details-to-stdout" show). This is annoying for normal pmbootstrap usage, and really clutters up the Travis output.

This commit changes the log level to verbose, so it only shows up when "-v" is passed to pmbootstrap.

Example: https://travis-ci.org/postmarketOS/pmbootstrap/builds/345014297#L732-L770

Merge request reports