log check tool initial

This commit is contained in:
Jason Ertel
2023-09-26 18:14:37 -04:00
parent 48801da44e
commit 2c8d413f16

View File

@@ -40,7 +40,7 @@ while [[ $# -gt 0 ]]; do
echo " --exclude-connection-errors exclude errors caused by a recent server or container restart"
echo " --exclude-false-positives exclude logs that are not actual errors but contain the error string"
echo " --exclude-known-errors exclude errors that are known and non-critical issues"
echo " --unknown exclude everthing mentioned above; only show unknown errors"
echo " --unknown exclude everything mentioned above; only show unknown errors"
echo ""
echo "A non-zero return value indicates errors were found"
exit 1