mirror of
https://github.com/terraform-aws-modules/terraform-aws-rds-proxy.git
synced 2025-12-17 00:11:11 +00:00
docs(variables): update debug_logging description
This commit is contained in:
parent
99df7e3913
commit
b3f8eeec86
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue