remote/bin/bclogs @ afc77c6b25b1 default tip

More
author Steve Losh <steve@stevelosh.com>
date Mon, 01 Dec 2025 13:10:26 -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-