Skip to content

Commit

Permalink
latest update
Browse files Browse the repository at this point in the history
--tail 40 did not work; removed it for now
  • Loading branch information
bjoerrrn authored Dec 15, 2021
1 parent bc254df commit 4c376a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storj-system-health
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tmp_rest_of_errors=$(docker logs --since "24h" storagenode 2>&1 | grep ERROR | g

# select error messages in detail
DLOG=""
ERRS="$(docker logs --since '24h' storagenode 2>&1 | grep ERROR | grep -v -e 'collector' -e 'piecestore')"
ERRS="$(docker logs --since '24h' storagenode 2>&1 | grep ERROR | grep -v -e 'collector' -e 'piecestore')"
FATS="$(docker logs --since '24h' storagenode 2>&1 | grep FATAL)"
AUDS="$(docker logs --since '24h' storagenode 2>&1 | grep -E 'GET_AUDIT|GET_REPAIR' | grep 'failed')"

Expand Down

0 comments on commit 4c376a4

Please sign in to comment.