From 49602b5e26b230d545466bcbef05febfae2d84a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Fri, 1 Sep 2017 09:08:16 +0200 Subject: [PATCH] afm-unit-debug.conf: Increase the verbosity in debug MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Latest version of the binder separated the verbosity levels of WARNING and NOTICE. This commits asks for notice report by default in debug. Change-Id: Ibdaf16560384c7f2576066250e42c44074501ebb Signed-off-by: José Bollo --- conf/afm-unit-debug.conf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/afm-unit-debug.conf.in b/conf/afm-unit-debug.conf.in index abdb580..8c2431d 100644 --- a/conf/afm-unit-debug.conf.in +++ b/conf/afm-unit-debug.conf.in @@ -166,6 +166,7 @@ ExecStart=/usr/bin/afb-daemon \ --workdir={{&#metadata.app-data-dir}}/{{id}} \ --port={{:#metadata.http-port}} \ --token=HELLO \ + --verbose \ {{#content.type=application/vnd.agl.service}} \ --roothttp=. \ {{/content.type=application/vnd.agl.service}} \ -- 2.16.6