mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
chore: adjust number of output lines on error logs
This commit is contained in:
@@ -22,9 +22,9 @@ done
|
||||
echo "# Failed to wait for all services to be up!"
|
||||
|
||||
echo "# Errors:"
|
||||
tail $LOGS_PATH/*.err
|
||||
tail -n 50 $LOGS_PATH/*.err
|
||||
|
||||
echo "# Logs:"
|
||||
tail $LOGS_PATH/*.log
|
||||
tail -n 50 $LOGS_PATH/*.log
|
||||
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user