Print oEmbed response in debug
This commit is contained in:
parent
36c34bd4f7
commit
070eed8f41
1 changed files with 1 additions and 0 deletions
1
app.py
1
app.py
|
@ -435,4 +435,5 @@ def owoembed():
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.info(f"{video_id}: Returning oEmbed response")
|
logger.info(f"{video_id}: Returning oEmbed response")
|
||||||
|
logger.debug(f"{video_id}: oEmbed response:\n----------\n{json.dumps(oembed_response, indent=2)}\n----------")
|
||||||
return jsonify(oembed_response)
|
return jsonify(oembed_response)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue