Documentation ¶ Index ¶ Constants func InitLogger(lvl string, dev bool) (*logr.Logger, error) Constants ¶ View Source const ( // Debug indicates verbosity level with logr. // With logr the verbosity is additive // so log.V(1).Info() means log at verbosity = info + 1 Debug = 1 ) Variables ¶ This section is empty. Functions ¶ func InitLogger ¶ func InitLogger(lvl string, dev bool) (*logr.Logger, error) Types ¶ This section is empty. Source Files ¶ View all Source files constants.go zapr.go Click to show internal directories. Click to hide internal directories.