Skip to content

Clean up output

Gregory Ashton requested to merge clean-up-output into master

This just goes through the logging calls and reassigns them. The basic idea is that info should be used sparingly and for things we really want the user to read, warning should alert users that something bad might be happening, and the rest should be debug.

As a reminder, you can get the full output with the -v flag.

Merge request reports