Documentation
¶
Overview ¶
This package provides a concrete implementation of LogProvider using Logrus
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var JSONFormatter = &logrus.JSONFormatter{ DisableTimestamp: false, TimestampFormat: time.RFC3339Nano, }
View Source
var RecommendedFormatter = &logrus.TextFormatter{ FullTimestamp: true, DisableColors: true, TimestampFormat: time.RFC3339Nano, }
Functions ¶
func LogProvider ¶
func LogProvider(nextProvider providers.LogProvider, config Config) (l providers.LogProvider, err error)
Types ¶
Click to show internal directories.
Click to hide internal directories.