7.47Logging the whole payload is often bad
Easy developer shortcut:
message="#[payload]"
This can result in:
customer DOB
email
address
medical data
token
credit information
sitting in logging infrastructure.
Interview phrase:
“I prefer structured, allow-listed operational fields rather than dumping entire request payloads into logs.”
Very good.