You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ephemeral: Add guest journal streaming for debugging
Automatically stream the guest VM's systemd journal to the host for
easier debugging of boot failures and systemd service issues.
Assisted-By: Claude Code (Sonnet 4.5)
Signed-off-by: Colin Walters <[email protected]>
Copy file name to clipboardExpand all lines: docs/src/man/bcvk-ephemeral-run.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,28 @@ Development workflow example:
175
175
176
176
# DEBUGGING
177
177
178
-
When troubleshooting ephemeral VM issues, bcvk provides debugging logs that can be accessed from within the container.
178
+
When troubleshooting ephemeral VM issues, bcvk provides several debugging logs that can be accessed from within the container.
179
+
180
+
## Guest Journal Log
181
+
182
+
The systemd journal from the guest VM is automatically streamed to `/run/journal.log` inside the container. This log captures all boot messages, service startup events, and system errors from the VM's perspective.
0 commit comments