go.uber.org/zap.Config.ErrorOutputPaths (field)

4 uses

	go.uber.org/zap (current package)
		config.go#L91: 	ErrorOutputPaths []string `json:"errorOutputPaths" yaml:"errorOutputPaths"`
		config.go#L168: 		ErrorOutputPaths: []string{"stderr"},
		config.go#L234: 		ErrorOutputPaths: []string{"stderr"},
		config.go#L320: 	errSink, _, err := Open(cfg.ErrorOutputPaths...)