Skip to content

Indent SimpleLoggingWorkflowInterceptor logs by nesting depth [CLF-276] - #1557

Merged
zach-klippenstein merged 1 commit into
mainfrom
zachklipp/simple-logging-interceptor-changes-c38443
Aug 13, 2026
Merged

zach-klippenstein merged 1 commit into
mainfrom
zachklipp/simple-logging-interceptor-changes-c38443

Conversation

@zach-klippenstein

Copy link
Copy Markdown
Collaborator

Extracted from #1442 so it can land independently.

SimpleLoggingWorkflowInterceptor now tracks a thread-local indent level that is incremented around each intercepted method call, and prefixes the START|/END| log messages with the corresponding indentation. This makes nested workflow calls much easier to read in the logs.

Linear issue: CLF-276

🤖 Generated with Claude Code

Tracks a thread-local indent level that is incremented around each
intercepted method call, and prefixes START/END log messages with the
corresponding indentation so nested calls are readable.

Extracted from #1442.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@zach-klippenstein
zach-klippenstein requested a review from a team as a code owner August 12, 2026 23:29
@zach-klippenstein
zach-klippenstein merged commit 4afcba4 into main Aug 13, 2026
76 checks passed
@zach-klippenstein
zach-klippenstein deleted the zachklipp/simple-logging-interceptor-changes-c38443 branch August 13, 2026 16:22
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.

3 participants