diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-09-01 09:08:16 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-09-01 09:08:16 +0200 |
commit | 49602b5e26b230d545466bcbef05febfae2d84a9 (patch) | |
tree | 0179193c955473e9943bab674c0092ad643e1f59 | |
parent | 26ff2316de1367079beddbbc2eebabeb7a665b5d (diff) |
afm-unit-debug.conf: Increase the verbosity in debug
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 <jose.bollo@iot.bzh>
-rw-r--r-- | conf/afm-unit-debug.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
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}} \ |