Doc Feedback: "Configuration Catalog" in APIM 3.1.0
Open
@CrowleyRajapakse is already working on this.
Since Dec 23, 2020.
API-M-3.1.0
API-M-3.2.0
Component/ConfigCatalog
Priority/High
Severity/Major
Type/Bug
- Dominant language
- CSS
- Stars
- 99
- Forks
- 708
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 22
Description
Location : https://apim.docs.wso2.com/en/3.1.0/reference/config-catalog/
The configurations related to applying the synapse log handlers is not mentioned in the APIM-3.1.0 official documentation.
In order to include these details, shall we add the below points to the 'Configuration Catalog' documentation as per the reference[1]?
Engaging custom synapse log handler
- Add the below lines to the top of the 'deployment.toml' file.
enabled_global_handlers= ["<Custom_Logger_Name>"] - Include the below configurations to the 'deployment.toml' file.
[synapse_handlers]
<Custom_Logger_Name>.name= "<Log_Handler_Class_Name>"
<Custom_Logger_Name>.class= "<Fully_Qualified_Log_Handler_Class_Name>"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.