We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50098a commit 851ee5cCopy full SHA for 851ee5c
src/admin.py
@@ -36,6 +36,7 @@
36
from model import ConsolidatedMetaKGDoc, MetaKGDoc
37
from utils import indices
38
39
+logging.basicConfig(level="INFO")
40
41
def _default_filename(extension=".json"):
42
return "smartapi_" + datetime.today().strftime("%Y%m%d") + extension
0 commit comments