Releases: elastic/ecs-logging-python
Releases · elastic/ecs-logging-python
0.4
- Added automatic collection of ECS fields
trace.id
,span.id
, andtransaction.id
for
Log Correlation with the Python Elastic APM agent (#17)
0.3
0.3 (2020-07-27)
- Added collecting
LogRecord.exc_info
intoerror.*
fields
automatically forStdlibFormatter
(#16) - Added collecting process and thread info from
LogRecord
intoprocess.*
fields
automatically forStdlibFormatter
(#16) - Added
exclude_fields
parameter toStdlibFormatter
to
exclude fields from being formatted to JSON (#16) - Added
stack_trace_limit
parameter toStdlibFormatter
to control the number of stack trace frames being
formatted inerror.stack_trace
(#16)
Thanks to community contributor Jon Moore (@comcast-jonm)
for their contributions to this release.
0.2
0.1
0.1 (2020-03-26)
- Added
StdlibFormatter
for use with the standard librarylogging
module - Added
StructlogFormatter
for use with thestructlog
package