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

Add logger to Params to help add more verbosity #1015

Open
iblancasa opened this issue Aug 26, 2024 · 0 comments
Open

Add logger to Params to help add more verbosity #1015

iblancasa opened this issue Aug 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@iblancasa
Copy link
Collaborator

iblancasa commented Aug 26, 2024

There is a need to integrate a logging mechanism within the Params struct to facilitate more effective debugging during the execution of the BuildAll method. The current setup makes it challenging to trace internal processes, which can lead to difficulties in diagnosing issues and understanding the flow of operations.

I propose the introduction of a logger in the Params struct, which would allow for the insertion of log messages at key points within the operator's execution. The log messages should be configured to require a high verbosity level to ensure that they are only displayed when explicitly needed for debugging purposes. This approach would prevent the need for direct modifications to the source code during debugging, streamlining the development and maintenance processes.

Implementing this feature would significantly enhance the developer experience.

@iblancasa iblancasa added the enhancement New feature or request label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant