jsonfilelog

package
v20.10.7+incompatible Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2021 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

Package jsonfilelog provides the default Logger implementation for Docker logging. This logger logs to files on the host server in the JSON format.

Index

Constants

View Source
const Name = "json-file"

Name is the name of the file that the jsonlogger logs to.

Variables

This section is empty.

Functions

func New

func New(info logger.Info) (logger.Logger, error)

New creates new JSONFileLogger which writes to filename passed in on given context.

func ValidateLogOpt added in v1.8.0

func ValidateLogOpt(cfg map[string]string) error

ValidateLogOpt looks for json specific log options max-file & max-size.

Types

type JSONFileLogger

type JSONFileLogger struct {
	// contains filtered or unexported fields
}

JSONFileLogger is Logger implementation for default Docker logging.

func (*JSONFileLogger) Close

func (l *JSONFileLogger) Close() error

Close closes underlying file and signals all the readers that the logs producer is gone.

func (*JSONFileLogger) Log

func (l *JSONFileLogger) Log(msg *logger.Message) error

Log converts logger.Message to jsonlog.JSONLog and serializes it to file.

func (*JSONFileLogger) Name

func (l *JSONFileLogger) Name() string

Name returns name of this logger.

func (*JSONFileLogger) ReadLogs added in v1.8.0

func (l *JSONFileLogger) ReadLogs(config logger.ReadConfig) *logger.LogWatcher

ReadLogs implements the logger's LogReader interface for the logs created by this driver.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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