You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python package json-logging does not work with the 3.x versions of Flask or Connexion. This means the default JSON logging mechanism causes API endpoints to crash. The issue is seemingly caused by incompatible changes between the WSGI and ASGI specs.
For now, a fix is to configure plaintext logging in a Ligare.web application's config.toml:
The Python package json-logging does not work with the 3.x versions of Flask or Connexion. This means the default JSON logging mechanism causes API endpoints to crash. The issue is seemingly caused by incompatible changes between the WSGI and ASGI specs.
For now, a fix is to configure plaintext logging in a
Ligare.web
application'sconfig.toml
:The text was updated successfully, but these errors were encountered: