Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config to disable passthrough access logging #2128

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

SavinduDimal
Copy link
Contributor

Purpose

Description

  • In the current implementation passthrough access logs are taken through modules/transports/core/nhttp/src/main/java/org/apache/synapse/transport/http/access/AccessLogger.java class. However users can not disable this.
  • This update adds a new config access_log_enable to repository/conf/access-log.properties file which enables users to enable or disable the above logs. By default this will be set to true to avoid interfering with current use cases.

@SavinduDimal SavinduDimal merged commit b88b6f3 into wso2:master Jan 23, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possibility of using NODE_IP as a prefix/suffix for passThrough Access Logs.
2 participants