From bcae9f4ab8743c9d6886944108fe133816cb486d Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 15 Nov 2015 10:38:39 +0000 Subject: make the output level configurable through LOGLEVEL (--loglevel) valid values are D/I/W/E Closes: #490184 --- pbuilder.8 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'pbuilder.8') diff --git a/pbuilder.8 b/pbuilder.8 index c8be5b1..7c3da1e 100644 --- a/pbuilder.8 +++ b/pbuilder.8 @@ -355,6 +355,18 @@ Specifies the logfile to create. The messages generated during execution will be written to the specified file, and the standard output. +.TP +.BI "\-\-loglevel " "I" +Specify how much output you want from pbuilder, valid values are +.BR E +(errors only), +.BR W +(errors and warnings), +.BR I +(errors, warnings and informational) and +.BR D +(everything including some debug messages). + .TP .BI "\-\-binary\-arch" -- cgit v1.2.3