Skip to content

Add logging for ExecOpBind#608

Merged
hartig merged 2 commits intomainfrom
607-execopbind-add-info-level-logging
May 7, 2026
Merged

Add logging for ExecOpBind#608
hartig merged 2 commits intomainfrom
607-execopbind-add-info-level-logging

Conversation

@kentthang010
Copy link
Copy Markdown
Collaborator

Works upon #607 by adding logging for ExecOpBind.

@kentthang010 kentthang010 linked an issue May 7, 2026 that may be closed by this pull request
31 tasks
@kentthang010
Copy link
Copy Markdown
Collaborator Author

I wasn't sure if you wanted every individual solution mapping to be logged too. Should I add that?

@kentthang010 kentthang010 requested a review from hartig May 7, 2026 13:48
Copy link
Copy Markdown
Member

@hartig hartig left a comment

Choose a reason for hiding this comment

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

Looks good!

In the next of these PRs, you can do a handful of exec.operators at a time. Ideally some that are somewhat similar. Additionally, you can do multiple such PRs, then I can go through them whenever I have a bit of time.

*/
public class ExecOpBind extends UnaryExecutableOpBaseWithoutBlocking
{
private static final Logger logger = LoggerFactory.getLogger( ExecOpBind.class );
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I know that the existing example that I showed you uses logger as the name of this variable, but I actually like log more. It is a bit shorter and still clear. Please use that name instead.

@hartig hartig merged commit 7eac0a1 into main May 7, 2026
1 check passed
@hartig hartig deleted the 607-execopbind-add-info-level-logging branch May 7, 2026 23:27
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 INFO-level logging for executable operators

2 participants