Skip to content

Releases: snabble/go-logging

v2.7.4 - Tracing release

14 Feb 10:32
784479a

Choose a tag to compare

Add tracing based on opentelemetry:

  • Enable tracing by configuration
// Configures the global LOG instance with tracing enabled.
err := SetWithConfig("info", &LogConfig{EnableTraces: true, EnableTextLogging: false})
  • LogMiddleware adds tracing to the http pipeline
  • trace_id and span_id is added to the structured log

v2.7.3

24 Nov 19:54

Choose a tag to compare

Bug fix release, made ExtractStacktrace nil safe.

v2.7.2

24 Nov 13:39
2c5db64

Choose a tag to compare

Reports stack traces in a stacktrace field, when the error is created by one of the following modules:

The implementation is based on https://github.com/getsentry/sentry-go

v2.7.1

21 Sep 10:30
a4bed2c

Choose a tag to compare

Better logging of application stop