Primary Telemetry Source: herms-sdl.log

Location: /userdata/roms/ports/hermes/herms-sdl.log on knulli-1

Access Method:

# Retrieve current log
smbclient //100.119.202.114/share -N -c 'cd roms/ports/hermes; get herms-sdl.log /tmp/rg-herms-sdl.log'

# Tail the log (requires local copy, then re-fetch)
# Note: SMB does not support tail -f; poll with get and diff
while true; do
  smbclient //100.119.202.114/share -N -c 'cd roms/ports/hermes; get herms-sdl.log /tmp/current.log' 2>/dev/null
  diff /tmp/previous.log /tmp/current.log
  cp /tmp/current.log /tmp/previous.log
  sleep 5
done

Log Format

Each line follows this schema:

YYYY-MM-DD HH:MM:SS <event> [key=value [key=value]...]