From bcae9f4ab8743c9d6886944108fe133816cb486d Mon Sep 17 00:00:00 2001
From: Mattia Rizzolo <mattia@mapreri.org>
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
---
 pbuilderrc | 7 +++++++
 1 file changed, 7 insertions(+)

(limited to 'pbuilderrc')

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
-- 
cgit v1.2.3