What's Changed
- Log exceptions and responses in Flask routes. by @xx12345798 in #31
- chore(routes): Replace
json.dumps
withflask.jsonify
for formatting responses in JSON. by @xx12345798 in #40 - fix(routes): Add a missing
%s
for converting an argument passed to a logging statement (fixes #45). by @xx12345798 in #44 - fix(application): Handle logging setup failure with basic configuration. by @li-ruihao in #42
New Contributors
- @xx12345798 made their first contribution in #31
Full Changelog: v6.4.5...v6.4.6