logging basicConfig changed in patchnotes_controller.py

This commit is contained in:
Justin Weins 2025-06-26 10:59:41 +02:00
parent 1d8b138b62
commit f97d8e53b1
1 changed files with 1 additions and 0 deletions

View File

@ -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