aboutsummaryrefslogtreecommitdiff
path: root/pbuilderrc
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 /pbuilderrc
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 'pbuilderrc')
-rw-r--r--pbuilderrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/pbuilderrc b/pbuilderrc
index b4ab567..08f1db0 100644
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -1,6 +1,13 @@
# pbuilder defaults; edit /etc/pbuilderrc to override these and see
# pbuilderrc.5 for documentation
+# Set how much output you want from pbuilder, valid values are
+# E => errors only
+# W => errors and warnings
+# I => errors, warnings and informational
+# D => all of the above and debug messages
+LOGLEVEL=I
+
BASETGZ=/var/cache/pbuilder/base.tgz
#EXTRAPACKAGES=""
#export DEBIAN_BUILDARCH=athlon