Skip to content

feat : add a debug option#4

Merged
Gabriel-Darbord merged 2 commits intomainfrom
feat/add-debug-option
Mar 5, 2026
Merged

feat : add a debug option#4
Gabriel-Darbord merged 2 commits intomainfrom
feat/add-debug-option

Conversation

@Mael-Schiemsky
Copy link
Collaborator

@Mael-Schiemsky Mael-Schiemsky commented Mar 5, 2026

New optional argument in the agent to activate debug.

The default option value is false and can be activated if set to true inside the cmd line.

When set to true, the following option is activated that prints instrumentation events.
agentBuilder = agentBuilder.with(AgentBuilder.Listener.StreamWriting.toSystemOut());

Close #3

Copy link
Member

@Gabriel-Darbord Gabriel-Darbord left a comment

Choose a reason for hiding this comment

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

Good overall, just a few tweaks and we'll merge.

Copy link
Member

@Gabriel-Darbord Gabriel-Darbord left a comment

Choose a reason for hiding this comment

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

Thanks for taking the review into account, LGTM :)

@Gabriel-Darbord Gabriel-Darbord merged commit 09b49d9 into main Mar 5, 2026
1 check passed
@Gabriel-Darbord Gabriel-Darbord deleted the feat/add-debug-option branch March 5, 2026 15:07
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.

Add debug option

2 participants