aboutsummaryrefslogtreecommitdiff
path: root/pbuilder.8
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-11-15 10:38:39 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-11-15 11:15:21 +0000
commitbcae9f4ab8743c9d6886944108fe133816cb486d (patch)
tree73702cee8af3070d7c046d31c99ff3d8dfe9b6cd /pbuilder.8
parente2420f46582fb7761d04ed86c2201dd79a857e51 (diff)
downloadpbuilder-bcae9f4ab8743c9d6886944108fe133816cb486d.tar
pbuilder-bcae9f4ab8743c9d6886944108fe133816cb486d.tar.gz
make the output level configurable through LOGLEVEL (--loglevel)
valid values are D/I/W/E Closes: #490184
Diffstat (limited to 'pbuilder.8')
-rw-r--r--pbuilder.812
1 files changed, 12 insertions, 0 deletions
diff --git a/pbuilder.8 b/pbuilder.8
index c8be5b1..7c3da1e 100644
--- a/pbuilder.8
+++ b/pbuilder.8
@@ -356,6 +356,18 @@ 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"
Specify to build architecture specific targets instead of all targets.