remote/bin/bclogs @ 7cb0e1e6a217

More
author Steve Losh <steve@stevelosh.com>
date Thu, 20 Nov 2025 11:24:53 -0500
parents 2e41ef790dc8
children (none)
#!/usr/bin/env bash

set -euo pipefail

sudo journalctl -fu arb_basecalling_worker "$@" \
    | batchcolor '(ERROR|WARNING|INFO|[0-9]{8}_[0-9]{4}_[-A-Z0-9]+_[A-Z0-9]+_[a-z0-9]{8}|Checking for.* in )' \
    | cut -d ' ' -f 6-