logging basicConfig changed in patchnotes_controller.py
This commit is contained in:
parent
1d8b138b62
commit
f97d8e53b1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue