fix cron
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user