logging_headers section in your langgraph.json file.
includes and excludes lists accept exact header names or glob patterns using * as a wildcard to match any number of characters (case-insensitive). For your security, no other pattern types are supported.
Note that exclusions take precedence over inclusions. For example, if you include *-id but exclude x-user-id, the x-user-id header will not be logged.