Changelog for ecszap
- Use RFC3339 in UTC as the default time format for log messages pull#84
- Updated zap to v1.21.0 pull#42
- Add
ecszap.WrapCoreOption
for convenience pull#22
- Change
stacktrace
tostack_trace
in output and in json and yaml config option forEncoderConfig.EnableStacktrace
pull#21 - Do not allow configuration of
@timestamp
, instead always set format to ISO8601 pull#23
- Update ECS version to 1.6.0 pull#17
- Add
ecszap.ECSCompatibleEncoderConfig
for making existing encoder config ECS conformant pull#12 - Add method
ToZapCoreEncoderConfig
toecszap.EncoderConfig
for advanced use cases pull#12
- Use
zapcore.ISO8601TimeEncoder
as default instead ofecszap.EpochMicrosTimeEncoder
pull#12
- remove
ecszap.NewJSONEncoder
pull#12
Initial Pre-Release supporting MVP for ECS conformant logging