Skip to content

Releases: elastic/ecs-logging-python

0.4

04 Aug 18:37
5c3aaf5
Compare
Choose a tag to compare
0.4
  • Added automatic collection of ECS fields trace.id, span.id, and transaction.id for
    Log Correlation with the Python Elastic APM agent (#17)

0.3

27 Jul 15:13
0c26f34
Compare
Choose a tag to compare
0.3

0.3 (2020-07-27)

  • Added collecting LogRecord.exc_info into error.* fields
    automatically for StdlibFormatter (#16)
  • Added collecting process and thread info from LogRecord into process.* fields
    automatically for StdlibFormatter (#16)
  • Added exclude_fields parameter to StdlibFormatter to
    exclude fields from being formatted to JSON (#16)
  • Added stack_trace_limit parameter to StdlibFormatter
    to control the number of stack trace frames being
    formatted in error.stack_trace (#16)

Thanks to community contributor Jon Moore (@comcast-jonm)
for their contributions to this release.

0.2

27 Jul 15:13
739a1aa
Compare
Choose a tag to compare
0.2

0.2 (2020-04-28)

  • Added support for using log(..., extra={...}) on standard library
    loggers to use extended and custom fields (#8)

0.1

27 Jul 15:13
7164058
Compare
Choose a tag to compare
0.1

0.1 (2020-03-26)

  • Added StdlibFormatter for use with the standard library logging module
  • Added StructlogFormatter for use with the structlog package