How StayPresent v1.6.0 captures bot stdout/stderr into a live log tail on the status page, so you can debug a crash without shell access.

Seeing Your Bot's Crash Logs Without SSHing Into the Server

When a bot crashes on a managed PaaS platform, your options for seeing why are usually limited to whatever log viewer the platform itself provides — which can be slow to load, hard to search, or scrolled past by the time you notice the crash happened. StayPresent v1.6.0 changes what's available directly from the status page itself, by capturing bot output into a queryable buffer rather than only streaming it to the console.

Table of Contents

What Changed