Drop your log files here or click to choose add one or more · ≤10 MB total · .log .txt .gz .tgz
Need to grab logs first?
Bare-metal host + Docker (most common)
# 1) find your container running our image
docker ps --filter ancestor=ghcr.io/kaitakuai/mlnode-full \
--format 'table {{.Names}}\t{{.Image}}\t{{.Status}}'
# 2) dump last 24h (replace mlnode-051 with the name from step 1)
docker logs --since 24h --timestamps mlnode-051 &> vllm.log
# 3) (optional) add launch config so we know how it was started
docker inspect mlnode-051 >> vllm.log
# 4) drop vllm.log above
You already have a log file
# last 10 MB is plenty for triage; bigger files just get truncated
tail -c 10M /path/to/your/vllm.log > vllm.log
⏳ Waiting for logs…
✓
Thanks!
We'll look at the logs and come back via Telegram if you left one.