logs

package
v0.0.0-...-06a57de Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2026 License: GPL-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TailLogs

func TailLogs(
	cl *dockerClient.Client,
	opts TailOpts,
) error

TailLogs gathers logs for the given app with optional service names to be filtered on. These logs can be printed to os.Stdout or gathered to a buffer.

Types

type TailOpts

type TailOpts struct {
	AppName  string
	Services []string
	StdErr   bool
	Since    string
	Buffer   *[]string
	ToBuffer bool
	Filters  filters.Args
}

Jump to

Keyboard shortcuts

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