Skip to content

Commit

Permalink
added logger to admin
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkiBytes authored Nov 27, 2024
1 parent f50098a commit 851ee5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
from model import ConsolidatedMetaKGDoc, MetaKGDoc
from utils import indices

logging.basicConfig(level="INFO")

def _default_filename(extension=".json"):
return "smartapi_" + datetime.today().strftime("%Y%m%d") + extension
Expand Down

0 comments on commit 851ee5c

Please sign in to comment.