Elektrine lite

← Feed

@jon@domum.social

Post #2559173

2026-04-23 00:38 UTC

We use a Docker Compose based deployment generally on the lines of what's in the official Mastodon source tree. Recently I configured the docker containers to forward their logs to a remote server so if there was an issue that rendered the production server unreachable the logs would still be available for debugging.

Replies (1)

  • @jon@domum.social 2026-04-23 00:42

    This log-server rebooted yesterday but was awaiting for me to type in an encryption key to unlock it's disks. Turns out when the production docker containers can send their logs they hang! They can be set to non-blocking, which I'll do shortly. Clearly a larger re-architecture of the log system with a more critical eye on failure cases needs to be done.

    Open ##2559174