package logs

import "github.com/opencontainers/runc/libcontainer/logs"

Index

Functions

func ConfigureLogging

func ConfigureLogging(config Config) error

func ForwardLogs

func ForwardLogs(logPipe io.ReadCloser) chan error

Types

type Config

type Config struct {
	LogLevel    logrus.Level
	LogFormat   string
	LogFilePath string
	LogPipeFd   int
	LogCaller   bool
}

Source Files

logs.go

Version
v1.0.1
Published
Jul 16, 2021
Platform
js/wasm
Imports
8 packages
Last checked
3 hours ago

Tools for package owners.