diff --git a/gen/openapi_server/controllers/patchnotes_controller.py b/gen/openapi_server/controllers/patchnotes_controller.py index d12589e..4bc2602 100644 --- a/gen/openapi_server/controllers/patchnotes_controller.py +++ b/gen/openapi_server/controllers/patchnotes_controller.py @@ -19,6 +19,7 @@ from openapi_server.__main__ import collection, last_login_collection from openapi_server.models.patch_notes import PatchNotes from openapi_server.utils.auth import current_user_id +logging.basicConfig(level=logging.INFO) def create_patchnote(body): # noqa: E501 """Creates new patch notes