Skip to content

Commit

Permalink
fix: logs dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
Azizadx committed Feb 1, 2024
1 parent 226e042 commit 66833c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_ingest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

logging_str = "[%(asctime)s: %(levelname)s: %(module)s: %(message)s]"

log_dir = "../logs"
log_dir = "logs"
log_filepath = os.path.join(log_dir,"running_logs.log")
os.makedirs(log_dir, exist_ok=True)

Expand Down

0 comments on commit 66833c6

Please sign in to comment.