From f97d8e53b1aa733aa42e561d9b115d82f1426558 Mon Sep 17 00:00:00 2001 From: justinbaer Date: Thu, 26 Jun 2025 10:59:41 +0200 Subject: [PATCH] logging basicConfig changed in patchnotes_controller.py --- gen/openapi_server/controllers/patchnotes_controller.py | 1 + 1 file changed, 1 insertion(+) 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