Skip to content
Snippets Groups Projects
Verified Commit b6b65517 authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

add logger info for newly created slugs

parent 65b2e5df
No related branches found
No related tags found
No related merge requests found
Pipeline #79514 passed
......@@ -42,6 +42,7 @@ class ElementMixin(object):
"corpus": corpus.id,
},
)
logger.info(f"Created a new element type with slug {element_type.slug}")
def check_required_types(
self, corpus_id: str, *type_slugs: str, create_missing: bool = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment