Skip to content

run: improve command logging

Jakub Ružička requested to merge better-run into master

Log commands by default on INFO log level and below.

run(..., quiet=True) now logs on new VERBOSE_COMMAND log level which isn't printed by default but it's visible on VERBOSE and below.

This hides uninteresting commands from default output while optionally showing them with -L verbose/-L debug.

Merge request reports

Loading