Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOP-23590] Change log level for py4j logs #190

Merged
merged 1 commit into from
Jan 29, 2025
Merged

Conversation

dolfinus
Copy link
Member

Change Summary

Avoid worker logs from being flooded by p4j:

{"processName": "ForkPoolWorker-17", "process": 1964, "threadName": "Thread-9 (run)", "thread": 140076660934336, "name": "py4j.clientserver", "lineno": 575, "levelname": "INFO", "message": "Received command c on object id p1", "correlation_id": "-", "timestamp": "2025-01-28T12:27:19.166390+00:00"}
{"processName": "ForkPoolWorker-17", "process": 1964, "threadName": "Thread-9 (run)", "thread": 140076660934336, "name": "py4j.clientserver", "lineno": 575, "levelname": "INFO", "message": "Received command c on object id p1", "correlation_id": "-", "timestamp": "2025-01-28T12:27:19.169981+00:00"}
{"processName": "ForkPoolWorker-17", "process": 1964, "threadName": "Thread-9 (run)", "thread": 140076660934336, "name": "py4j.clientserver", "lineno": 575, "levelname": "INFO", "message": "Received command c on object id p1", "correlation_id": "-", "timestamp": "2025-01-28T12:27:19.173491+00:00"}

Related issue number

Checklist

  • Commit message and PR title is comprehensive
  • Keep the change as small as possible
  • Unit and integration tests for the changes exist
  • Tests pass on CI and coverage does not decrease
  • Documentation reflects the changes where applicable
  • docs/changelog/next_release/<pull request or issue id>.<change type>.rst file added describing change
    (see CONTRIBUTING.rst for details.)
  • My PR is ready to review.

@dolfinus dolfinus added the ci:skip-changelog Add this label to skip changelog file check label Jan 29, 2025
@dolfinus dolfinus self-assigned this Jan 29, 2025
@dolfinus dolfinus enabled auto-merge (rebase) January 29, 2025 10:41
@dolfinus dolfinus merged commit 8adef5c into develop Jan 29, 2025
21 checks passed
@dolfinus dolfinus deleted the improvement/DOP-23590 branch January 29, 2025 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:skip-changelog Add this label to skip changelog file check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants