From 1466cbaa0c11fbbb5982d46c76cee84bfdd68aca Mon Sep 17 00:00:00 2001 From: Mathias Baumann Date: Wed, 3 Apr 2019 14:08:17 +0200 Subject: [PATCH] Log more lines from aleth --- scripts/aleth_with_log.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/aleth_with_log.sh b/scripts/aleth_with_log.sh index e9803c846..3fd8ba656 100755 --- a/scripts/aleth_with_log.sh +++ b/scripts/aleth_with_log.sh @@ -6,7 +6,7 @@ shift shift -$ALETH_PATH $@ &> >(tail -n 10000 &> "$ALETH_TMP_OUT") & +$ALETH_PATH $@ &> >(tail -n 100000 &> "$ALETH_TMP_OUT") & PID=$!