package
0.0.0-20240622202140-24af7d8d6123
Repository: https://github.com/aitem/moby.git
Documentation: pkg.go.dev
# Functions
MergeDefaultLogConfig reads the default log opts and makes sure that any caching related keys that exist there are added to dst.
ShouldUseCache reads the log opts to determine if caching should be enabled.
WithLocalCache wraps the passed in logger with a logger caches all writes locally in addition to writing to the passed in logger.
# Constants
DriverName is the name of the driver used for local log caching.