package cache

import "github.com/docker/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
v20.10.10+incompatible
Published
Oct 22, 2021
Platform
js/wasm
Imports
7 packages
Last checked
2 minutes ago

Tools for package owners.