Documentation
¶
Overview ¶
Package logs implements the `ludus logs` command for inspecting the build logs written under .ludus/logs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "logs",
Short: "View persisted build logs",
Long: `Commands for inspecting build logs written under .ludus/logs.
Each build command (engine, game, container, run) tees its output to a
timestamped log file. Use --no-logs to disable, or observability.logs in
ludus.yaml to configure the directory and retention.
ludus logs list List recent build logs (newest first)
ludus logs path Print the build-logs directory
ludus logs tail Print the most recent build log`,
}
Cmd is the top-level logs command group.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.