From 6c8f6fb40b9844d2d4fd35b3f74a6e86ec55c1a6 Mon Sep 17 00:00:00 2001 From: peterdeme Date: Thu, 2 Oct 2025 18:44:47 +0200 Subject: [PATCH] Add stdout notifier to SH logs --- docs/installing-spacelift/changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/installing-spacelift/changelog.md b/docs/installing-spacelift/changelog.md index 86f7ceb70..e6bf1ecd1 100644 --- a/docs/installing-spacelift/changelog.md +++ b/docs/installing-spacelift/changelog.md @@ -4,6 +4,12 @@ description: Find out about the latest changes to the Self-Hosted Spacelift. # Changelog +## Changes between vFuture and v3.5.0 + +### Features + +- Errors and panics are now logged to stdout in a structured JSON format, providing better observability. + ## Changes between v3.5.0 and v3.4.0 ### Features