logging

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: May 14, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

logging is a copy of knative/pkg's logging package, except it uses desugared loggers.

Index

Constants

View Source
const ConfigMapNameEnv = "CONFIG_LOGGING_NAME"

Variables

This section is empty.

Functions

func FromContext

func FromContext(ctx context.Context) *zap.Logger

func NewConfigFromConfigMap added in v0.6.0

func NewConfigFromConfigMap(configMap *corev1.ConfigMap) (*logging.Config, error)

NewConfigFromConfigMap creates a LoggingConfig from the supplied ConfigMap

func NewConfigFromMap added in v0.6.0

func NewConfigFromMap(data map[string]string) (*logging.Config, error)

NewConfigFromMap creates a LoggingConfig from the supplied map

func NewLogger added in v0.6.0

func NewLogger(configJSON string, levelOverride string) (*zap.SugaredLogger, zap.AtomicLevel)

NewLogger creates a logger with the supplied configuration. In addition to the logger, it returns AtomicLevel that can be used to change the logging level at runtime. If configuration is empty, a fallback configuration is used. If configuration cannot be used to instantiate a logger, the same fallback configuration is used.

func NewLoggerFromConfig added in v0.6.0

func NewLoggerFromConfig(config *logging.Config, name string) (*zap.SugaredLogger, zap.AtomicLevel)

NewLoggerFromConfig creates a logger using the provided Config

func UpdateLevelFromConfigMap added in v0.6.0

func UpdateLevelFromConfigMap(logger *zap.SugaredLogger, atomicLevel zap.AtomicLevel, levelKey string) func(configMap *corev1.ConfigMap)

UpdateLevelFromConfigMap returns a helper func that can be used to update the logging level when a config map is updated

func With

func With(ctx context.Context, fields ...zap.Field) context.Context

func WithLogger

func WithLogger(ctx context.Context, logger *zap.Logger) context.Context

Types

This section is empty.

Jump to

Keyboard shortcuts

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