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(+) 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