From b51e297ef3c4b8dfaf99acb4bfbd4d4eaa2146c2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 14 Mar 2014 13:57:17 +0000 Subject: Make lorry run verbosely This works better with the output logging in the new Lorry Controller. --- etc/lorry.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/lorry.conf') diff --git a/etc/lorry.conf b/etc/lorry.conf index 65eaac8..4cfb01a 100644 --- a/etc/lorry.conf +++ b/etc/lorry.conf @@ -6,3 +6,4 @@ bundle-dest = /home/lorry/bundles tarball = always tarball-dest = /home/lorry/tarballs working-area = /home/lorry/working-area +verbose = yes -- cgit v1.2.1 From 88051a6ab096b20ab098434fd4d4c127efca910f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 22 Apr 2014 16:41:34 +0000 Subject: Make lorry log to stdout This will make the output be even more verbose for Trove's Lorry Controller. --- etc/lorry.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/lorry.conf') diff --git a/etc/lorry.conf b/etc/lorry.conf index 4cfb01a..16552cb 100644 --- a/etc/lorry.conf +++ b/etc/lorry.conf @@ -7,3 +7,5 @@ tarball = always tarball-dest = /home/lorry/tarballs working-area = /home/lorry/working-area verbose = yes +log = /dev/stdout +log-level = debug -- cgit v1.2.1