wso2 / wso2/docs-apim

Doc Feedback: "Configuration Catalog" in APIM 3.1.0

Open
#1,897 2 comments 0 reactions 1 assignee View on GitHub

@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>"

[1] - https://medium.com/api-integration-essentials/wso2-api-manager-3-0-how-to-add-a-custom-synapse-log-handler-to-log-api-related-transactions-24c418f03303

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.