|
|
|
@ -69,6 +69,7 @@ func NewZapLogger() (*ZapLogger, error) {
|
|
|
|
|
Encoding: "json",
|
|
|
|
|
EncoderConfig: zap.NewProductionEncoderConfig(),
|
|
|
|
|
OutputPaths: []string{"stdout"},
|
|
|
|
|
ErrorOutputPaths: []string{"stdout"},
|
|
|
|
|
Sampling: &zap.SamplingConfig{
|
|
|
|
|
Initial: 0,
|
|
|
|
|
Thereafter: 0,
|
|
|
|
|