docs(variables): update debug_logging description

This commit is contained in:
Ben Szabo 2025-04-11 17:16:59 +01:00 committed by GitHub
parent 99df7e3913
commit b3f8eeec86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ variable "auth" {
}
variable "debug_logging" {
description = "Whether the proxy includes detailed information about SQL statements in its logs"
description = "Whether the proxy includes detailed information about SQL statements in its logs. Only enable this setting for debugging and ensure proper security measures are in place to protect sensitive information in the logs. To minimize overhead, RDS Proxy automatically disables this setting 24 hours after activation. Use it temporarily to troubleshoot specific issues."
type = bool
default = false
}