stackdome logs streams output from running application resources. Use it after a resource starts; use stackdome build logs when the image has not finished building.
Choose the log source
Read logs across the current stack’s ready resources:Select a window
--tail controls how many existing lines the stream starts with. The default is 100:
--since asks for logs newer than a duration such as 5m or 1h:
Follow new lines
Use--follow to keep the stream open:
-f. Stop the stream with an interrupt after you have captured the failure or recovery evidence you need.
The command writes log lines to stdout. Although the global -o flag is accepted, it does not convert application log payloads into a Stackdome JSON or YAML schema.
Runtime logs versus build logs
If a deploy fails before a resource runs, runtime logs may be empty or unavailable. Find the build ID and follow the build-failure decision guide instead.