logs

package
v0.7.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 23, 2026 License: MIT Imports: 6 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL