You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
There is a need to integrate a logging mechanism within the
Params
struct to facilitate more effective debugging during the execution of theBuildAll
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.
The text was updated successfully, but these errors were encountered: