RaigorJiang opened a new issue #16356: URL: https://github.com/apache/shardingsphere/issues/16356
Hi community, This issue is for [OpenForce 2022](https://github.com/apache/shardingsphere/discussions/12683#discussioncomment-2139441) ### Background ShardingSphere-Proxy uses `logback` to output logs, and we provide a new feature to support custom log splitting. Please refer to #16333 and #16336. ### Aim Added new documentation pages to describe default logging configurations (like levels, which are in logback.xml) and provide examples of several customization scenarios. ### How to 1. Add a new directory under [user manual of Proxy](https://github.com/apache/shardingsphere/tree/master/docs/document/content/user-manual/shardingsphere-proxy), named `logging`. 2. Create a new markdown file in the directory `logging`, the file name will be `_index.en.md`. 3. Add some descriptions to `_index.en.md` according to your understanding of [logback.xml](https://github.com/apache/shardingsphere/blob/master/shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/resources/logback.xml). 4. To understand the content of [#16333](https://github.com/apache/shardingsphere/issues/16333) and [#16336](https://github.com/apache/shardingsphere/pull/16336), add some custom examples in `_index.en.md`. 5. Don't worry about `_index.cn.md`, let the contributors who are familiar with Chinese to handle it ### Basic Qualifications - Markdown - XML - Logback -- 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]
