Skip to content

Commit

Permalink
fix: tract the logs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Azizadx committed Feb 1, 2024
1 parent 66833c6 commit 94818be
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,7 @@ cover/
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal


# Flask stuff:
instance/
Expand Down
20 changes: 20 additions & 0 deletions logs/running_logs.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[2024-02-01 04:55:38,393: INFO: main: >>>>>> stage Data Ingestion stage started <<<<<<]
[2024-02-01 04:55:38,394: INFO: common: yaml file: config/config.yaml loaded successfully]
[2024-02-01 04:55:38,395: INFO: common: yaml file: params.yaml loaded successfully]
[2024-02-01 04:55:38,395: INFO: common: created directory at: artifacts]
[2024-02-01 04:55:38,395: INFO: common: created directory at: artifacts/data_ingestion]
[2024-02-01 04:55:38,396: INFO: data_ingestion: Downloading data from https://drive.google.com/file/d/1F7mxKqGxTn_y_IJT_o03Ub4DQr04buSB/view?usp=sharing into file artifacts/data_ingestion/data.zip]
[2024-02-01 04:55:41,083: INFO: data_ingestion: Downloaded data from https://drive.google.com/file/d/1F7mxKqGxTn_y_IJT_o03Ub4DQr04buSB/view?usp=sharing into file artifacts/data_ingestion/data.zip]
[2024-02-01 04:55:41,089: INFO: main: >>>>>> stage Data Ingestion stage completed <<<<<<

x==========x]
[2024-02-01 04:55:54,667: INFO: main: >>>>>> stage Data Ingestion stage started <<<<<<]
[2024-02-01 04:55:54,669: INFO: common: yaml file: config/config.yaml loaded successfully]
[2024-02-01 04:55:54,670: INFO: common: yaml file: params.yaml loaded successfully]
[2024-02-01 04:55:54,670: INFO: common: created directory at: artifacts]
[2024-02-01 04:55:54,671: INFO: common: created directory at: artifacts/data_ingestion]
[2024-02-01 04:55:54,671: INFO: data_ingestion: Downloading data from https://drive.google.com/file/d/1F7mxKqGxTn_y_IJT_o03Ub4DQr04buSB/view?usp=sharing into file artifacts/data_ingestion/data.zip]
[2024-02-01 04:55:57,337: INFO: data_ingestion: Downloaded data from https://drive.google.com/file/d/1F7mxKqGxTn_y_IJT_o03Ub4DQr04buSB/view?usp=sharing into file artifacts/data_ingestion/data.zip]
[2024-02-01 04:55:57,341: INFO: main: >>>>>> stage Data Ingestion stage completed <<<<<<

x==========x]

0 comments on commit 94818be

Please sign in to comment.