Skip to content

v0.1.8

Choose a tag to compare

@chrismeyersfsu chrismeyersfsu released this 06 Apr 01:06
· 3 commits to main since this release
eebabcd

Attach LoggingHandler to loggers with propagate=False so records from Django apps that configure named loggers with propagate=False (e.g. awx.main.tasks, awx.main.scheduler) flow into the OTEL log pipeline and appear correlated in Datadog.

  • Add instrument_non_propagating=True parameter to _setup_logging() and setup_tracing()
  • Change handler level from logging.getLogger().level to logging.NOTSET