chore: adjust number of output lines on error logs
This commit is contained in:
parent
b2c7b924ac
commit
b216b17ef5
1 changed files with 2 additions and 2 deletions
|
@ -22,9 +22,9 @@ done
|
||||||
echo "# Failed to wait for all services to be up!"
|
echo "# Failed to wait for all services to be up!"
|
||||||
|
|
||||||
echo "# Errors:"
|
echo "# Errors:"
|
||||||
tail $LOGS_PATH/*.err
|
tail -n 50 $LOGS_PATH/*.err
|
||||||
|
|
||||||
echo "# Logs:"
|
echo "# Logs:"
|
||||||
tail $LOGS_PATH/*.log
|
tail -n 50 $LOGS_PATH/*.log
|
||||||
|
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue