Skip to content

Commit

Permalink
add log for further troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
ancalita committed Jul 30, 2024
1 parent 6b007e5 commit b03df36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa_sdk/endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def header_to_multi_dict(headers: Header) -> MultiDict:
if key.lower() not in ("content-length", "content-encoding")
]
)

logger.info(f"Request headers: {request.headers}")
tracer, context = get_tracer_and_context(
span_name=span_name,
tracer_provider=request.app.ctx.tracer_provider,
Expand Down

0 comments on commit b03df36

Please sign in to comment.