noklam
09/01/2022, 11:09 PMnoklam
09/01/2022, 11:10 PMkedro run
rohan_ahire
09/01/2022, 11:22 PMnoklam
09/01/2022, 11:26 PMrohan_ahire
09/02/2022, 3:38 PMdatajoely
09/02/2022, 3:39 PMkedro run
commanddatajoely
09/02/2022, 3:39 PMrohan_ahire
09/02/2022, 3:40 PMdatajoely
09/02/2022, 3:40 PMdatajoely
09/02/2022, 3:41 PMrohan_ahire
09/02/2022, 3:45 PMdatajoely
09/02/2022, 3:50 PMdatajoely
09/02/2022, 3:50 PMdatajoely
09/02/2022, 3:50 PMrohan_ahire
09/02/2022, 3:54 PMdatajoely
09/02/2022, 4:00 PMByron
09/05/2022, 5:04 PMmmmm39
09/06/2022, 1:29 PMdatajoely
09/06/2022, 1:32 PMdatajoely
09/06/2022, 1:33 PMmarrrcin
09/07/2022, 7:00 AMByron
09/07/2022, 5:57 PMdatajoely
09/07/2022, 6:01 PMdatajoely
09/07/2022, 6:01 PMrohan_ahire
09/07/2022, 10:45 PMavan-sh
09/07/2022, 11:59 PMrohan_ahire
09/08/2022, 12:04 AMversion: 1
disable_existing_loggers: False
formatters:
simple:
format: "%(asctime)s - %(name)s - %(levelname)s - %(message)s"
handlers:
console:
class: logging.StreamHandler
level: INFO
formatter: simple
stream: ext://sys.stdout
info_file_handler:
class: logging.handlers.RotatingFileHandler
level: INFO
formatter: simple
filename: dbfs:/mnt/files/rohan/kedro_data_science/logs/info.log
maxBytes: 10485760 # 10MB
backupCount: 20
encoding: utf8
delay: True
error_file_handler:
class: logging.handlers.RotatingFileHandler
level: ERROR
formatter: simple
filename: dbfs:/mnt/files/rohan/kedro_data_science/logs/errors.log
maxBytes: 10485760 # 10MB
backupCount: 20
encoding: utf8
delay: True
rich:
class: rich.logging.RichHandler
loggers:
kedro:
level: INFO
kedro_logs_science_demo:
level: INFO
root:
handlers: [rich, info_file_handler, error_file_handler]
Elcubonegro
09/08/2022, 12:04 AMrohan_ahire
09/08/2022, 12:06 AMavan-sh
09/08/2022, 12:18 AM