[PULP-1117] Add task-specific log capturing to task diagnostics mechanism#7217
Merged
[PULP-1117] Add task-specific log capturing to task diagnostics mechanism#7217
Conversation
dralley
commented
Jan 17, 2026
dralley
commented
Jan 17, 2026
5d9ca0f to
21eb4d6
Compare
f8b12d0 to
5532ddc
Compare
Contributor
Author
|
@bmbouter @mdellweg Since last push:
|
291e7b6 to
b9f4e9d
Compare
dralley
commented
Jan 21, 2026
mdellweg
reviewed
Jan 22, 2026
These logs just aren't very helpful, and they're extremely verbose, to the point where they inflate log size by orders of magnitude and meaningfully slow execution.
TASK_DIAGNOSTICS and X-Task-Diagnostics can now capture all logs for specific tasks. Because the logs are specific to the task, the logs are linear and not broken up by unrelated logs from other services/workers/tasks. Assisted By: Claude closes pulp#7215
09960f0 to
45684b3
Compare
Temporarily change the root logger's log level, but make sure that the console logger is still only logging at INFO level. closes pulp#7214
45684b3 to
321d472
Compare
mdellweg
approved these changes
Feb 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TASK_DIAGNOSTICS and X-Task-Diagnostics can now capture all logs for specific tasks and present those via the profile artifacts mechanism. Because the logs are specific to the task, the logs are linear and not broken up by unrelated logs from other services/workers/tasks.
Assisted By: Claude
closes #7214