Skip to content

Conversation

@Amichai-Skaliter-Port
Copy link
Contributor

Description

What - Added VERBOSE_LOGGING environment variable configuration to the Port Agent Helm chart to allow users to control logging verbosity.
Why - To provide users with the ability to disable verbose logging of message bodies, request/response payloads, and API responses for enhanced security and compliance requirements, while maintaining backwards compatibility with the current logging behavior.

How - Added VERBOSE_LOGGING: "true" to the env.normal section in charts/port-agent/values.yaml

  • The variable is automatically injected into the deployment via the existing port-agent.envVariables helper template
  • Default value is "true" to maintain current verbose logging behavior (backwards compatible)
  • Users can override to "false" in their custom values to enable metadata-only logging

Type of change

Please leave one option from the following and delete the rest:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Non-breaking change (fix of existing functionality that will not change current behavior)
  • Documentation (added/updated documentation)

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.

1 participant