Skip to content

Conversation

@xrmx
Copy link
Member

@xrmx xrmx commented Dec 5, 2025

What does this pull request do?

This fixes logging without an iteractive session, e.g. docker without -it or by default on k8s.

The issue there is that without explicitly adding handlers without a tty the log are not sent to stderr.

Also we need to take care of the propagation in case the OTel Logging handler is configured on the root logger to have also these logs exported.

Related issues

Closes #435

This fixes logging without an iteractive session, e.g. docker without
-it or by default on k8s.

The issue there is that without explicitly adding handlers without a tty
the log are not sent to stderr.

Also we need to take care of the propagation in case the OTel Logging
handler is configured on the root logger to have also these logs
exported.
@xrmx xrmx requested a review from a team as a code owner December 5, 2025 14:37
Copy link

@hegerchr hegerchr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've tested and it's working now.

@xrmx xrmx merged commit 57f2755 into main Dec 5, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

EDOT logging requires tty and interactive session

3 participants