datajoely
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 AMrohan_ahire
09/08/2022, 12:33 AMavan-sh
09/08/2022, 12:37 AMconf/base/logging.yml
entirely. Docs on kedro logging might be useful. https://kedro.readthedocs.io/en/stable/logging/logging.htmlrohan_ahire
09/08/2022, 12:57 AMrohan_ahire
09/08/2022, 5:05 PMrohan_ahire
09/08/2022, 5:08 PMrohan_ahire
09/08/2022, 6:51 PMendpoint = '/api/2.0/mlflow/experiments/create' │ │
│ │ host_creds = <mlflow.utils.rest_utils.MlflowHostCreds object at │ │
│ │ 0x7f2203b6bbe0> │ │
│ │ json_body = {'name': '/mnt/files/rohan/kedro_data_science/'} │ │
│ │ method = 'POST' │ │
│ │ response = <Response [404]> │ │
│ │ response_proto = <class 'rich.pretty.Node'>.__repr__ returned empty │ │
│ │ string
datajoely
09/08/2022, 6:58 PMGalileo-Galilei
09/08/2022, 7:00 PMEliãn
09/09/2022, 12:36 PMEliãn
09/09/2022, 12:36 PM