summaryrefslogtreecommitdiff
path: root/yarns/obnam.sh
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-12-24 23:52:59 +0000
committerLars Wirzenius <liw@liw.fi>2013-12-28 21:51:25 +0000
commit482601836a1314ca90c234f67f2d3210f696efad (patch)
tree8134ccc15bfb64fe89ed4ce9210b32597676a0e0 /yarns/obnam.sh
parentf684ca11d306069928ea4bbe01f1dd2f1eb0dc00 (diff)
downloadobnam-482601836a1314ca90c234f67f2d3210f696efad.tar.gz
Have yarns write Obnam log file to DATADIR
Diffstat (limited to 'yarns/obnam.sh')
-rw-r--r--yarns/obnam.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/yarns/obnam.sh b/yarns/obnam.sh
index 2767c5b0..db7f529f 100644
--- a/yarns/obnam.sh
+++ b/yarns/obnam.sh
@@ -25,7 +25,8 @@ REPO="$DATADIR/repo"
run_obnam()
{
- "$SRCDIR/obnam" --no-default-config --quiet "$@"
+ "$SRCDIR/obnam" --no-default-config --quiet \
+ --log-level debug --log "$DATADIR/obnam.log" "$@"
}