Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Configs = configset.Set[Config]{ Default: &Config{Zap: zap.NewProductionConfig()}, Dev: &Config{ Zap: func() zap.Config { cfg := zap.NewDevelopmentConfig() cfg.Level = zap.NewAtomicLevelAt(zapcore.InfoLevel) return cfg }(), }, }
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.