package cache

import "github.com/dotcloud/docker/daemon/logger/loggerutils/cache"

Index

Constants

const (
	// DriverName is the name of the driver used for local log caching
	DriverName = local.Name
)

Functions

func MergeDefaultLogConfig

func MergeDefaultLogConfig(dst, defaults map[string]string)

MergeDefaultLogConfig reads the default log opts and makes sure that any caching related keys that exist there are added to dst.

func ShouldUseCache

func ShouldUseCache(cfg map[string]string) bool

ShouldUseCache reads the log opts to determine if caching should be enabled

func WithLocalCache

func WithLocalCache(l logger.Logger, info logger.Info) (logger.Logger, error)

WithLocalCache wraps the passed in logger with a logger caches all writes locally in addition to writing to the passed in logger.

Source Files

local_cache.go validate.go

Version
v28.1.1+incompatible (latest)
Published
Apr 18, 2025
Platform
linux/amd64
Imports
8 packages
Last checked
33 minutes ago

Tools for package owners.