Search before asking
What happened
I want to know how to configure the system to remove environment information from log printing, as it contains a lot of sensitive information.
example: End initialize task .......environmentConfig .....
I am using version 3.3.0-release.
What you expected to happen
I want to remove redundant information from the logs, anonymize environmental information, and only retain the log information relevant to my business needs.
How to reproduce
You can see the following content by running version 3.3.0.
********************************* Initialize task context ************************************
2026-01-06 09:24:00.989 INFO [WorkerTaskExecutorThreadPool] - Begin to initialize task
2026-01-06 09:24:00.989 INFO [WorkerTaskExecutorThreadPool] - Set task startTime: 1767662640989
2026-01-06 09:24:00.989 INFO [WorkerTaskExecutorThreadPool] - Set task appId: 527599_781538
2026-01-06 09:24:00.989 INFO [WorkerTaskExecutorThreadPool] - End initialize task {
Anything else
No response
Version
3.3.0-alpha
Are you willing to submit PR?
Code of Conduct
Search before asking
What happened
I want to know how to configure the system to remove environment information from log printing, as it contains a lot of sensitive information.
example: End initialize task .......environmentConfig .....
I am using version 3.3.0-release.
What you expected to happen
I want to remove redundant information from the logs, anonymize environmental information, and only retain the log information relevant to my business needs.
How to reproduce
You can see the following content by running version 3.3.0.
********************************* Initialize task context ************************************
2026-01-06 09:24:00.989 INFO [WorkerTaskExecutorThreadPool] - Begin to initialize task
2026-01-06 09:24:00.989 INFO [WorkerTaskExecutorThreadPool] - Set task startTime: 1767662640989
2026-01-06 09:24:00.989 INFO [WorkerTaskExecutorThreadPool] - Set task appId: 527599_781538
2026-01-06 09:24:00.989 INFO [WorkerTaskExecutorThreadPool] - End initialize task {
Anything else
No response
Version
3.3.0-alpha
Are you willing to submit PR?
Code of Conduct