Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Logger func(ctx context.Context) *zap.Logger
A function which will be called for logging throughout the doltcore/store layer. Defaults to logging to STDERR at Debug level if --verbose is set and Warn level if --verbose is not set.
May be called with `nil` context in non-context-aware functions.
Functions ¶
func RegisterVerboseFlags ¶
RegisterVerboseFlags registers -v|--verbose flags for general usage
func SetVerbose ¶
func SetVerbose(v bool)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.