Log more lines from aleth

This commit is contained in:
Mathias Baumann 2019-04-03 14:08:17 +02:00 committed by Mathias Baumann
parent 3df4936b6f
commit 1466cbaa0c

View File

@ -6,7 +6,7 @@ shift
shift
$ALETH_PATH $@ &> >(tail -n 10000 &> "$ALETH_TMP_OUT") &
$ALETH_PATH $@ &> >(tail -n 100000 &> "$ALETH_TMP_OUT") &
PID=$!