e-mhui opened a new issue, #5718:
URL: https://github.com/apache/inlong/issues/5718
### What happened
The output format of the manager log as follows:
```
2022-08-23 11:25:22.026 - INFO [background-preinit] o.h.v.i.u.Version
:21 - HV000001: Hibernate Validator 6.2.3.Finalask
2022-08-23 11:25:22.124 - INFO [ main] o.s.b.StartupInfoLogger :55 -
Starting InlongManagerMain v1.3.0-SNAPSHOT using Java 1.8.0_342 on
inlong-manager-0 with PID 30 (/opt/inlong-manager/lib/manager-web.jar started
by root in /opt/inlong-manager)ask
2022-08-23 11:25:22.127 - INFO [ main] o.s.b.SpringApplication :646 -
The following 1 profile is active: "prod"ask
2022-08-23 11:25:25.000 - INFO [ main] egate$BeanPostProcessorChecker:376 -
Bean 'JDBCSourceConfig' of type
[org.apache.inlong.manager.dao.config.JDBCSourceConfig$$EnhancerBySpringCGLIB$$59ffc781]
is not eligible for getting processed by all BeanPostProcessors (for example:
not eligible for auto-proxying)ask
```
There are two questions:
1. Each line of log is followed by `ask`.
2. Cannot mask sensitive message.
### What you expected to happen
1. Remove `ask` in the end of each line of log .
2. Mask sensitive message.
### How to reproduce
none
### Environment
_No response_
### InLong version
master
### InLong Component
InLong Manager, 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]