type Override struct {
// Scope matches any zapcore.Entry with the name Scope or the prefix Scope + ".". Scope string// Level is the level to log at for zapcore.Entry's that match Scope. Level zapcore.Level
}
Override allows adjusting the log level for specific scopes.