gosonzhang opened a new issue, #8294: URL: https://github.com/apache/inlong/issues/8294
### Description There are several problems with the log output under the Sink module: 1. It is not necessary to set the scope of the log object Public, and it is more appropriate to define it as private or protected; 2. The content of the log output is not very clear, and it is impossible to locate which Sink object generated the content; 3. The operation encapsulation of some objects is not very good, it is better to use the function method; 4. Part of the code is not used and needs to be removed ### InLong Component InLong DataProxy ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
