Read logs from a logging group since 1h yc

Tail YC Cloud Logging filtered to ERROR/WARN; modern: --since accepts 1h/30m relative windows

yc logging read --group-name <name> --since 1h --levels ERROR,WARN --format json | jq -r '.[] | "\(.timestamp) \(.level) \(.message)"'