From: Ian Jackson Date: Tue, 10 Jan 2023 23:09:51 +0000 (+0000) Subject: log more of the syslog X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=c02999c3fb713fa08282c58157952b745e6e3bed;p=hippotat.git log more of the syslog Signed-off-by: Ian Jackson --- diff --git a/adt/acommon b/adt/acommon index bb8aa74..e04d281 100644 --- a/adt/acommon +++ b/adt/acommon @@ -14,7 +14,7 @@ trap ' rc=$? : =================== ^^ TEST FAILURE ^^ ==================== set +e - tail -100 /var/log/syslog + tail -500 /var/log/syslog $on_failure exit $rc ' 0 @@ -202,7 +202,7 @@ setup-pair () { } pair-on-failure () { - tail -100 "$tmp"/server-overlay/var/log/daemon.log ||: + tail -500 "$tmp"/server-overlay/var/log/daemon.log ||: hosts-cleanup }