liupeirong / MLOpsManufacturing

Demonstrate samples and good engineering practice for operationalizing machine learning solutions.
Other
21 stars 9 forks source link

Console Logger approach #29

Closed h2floh closed 3 years ago

h2floh commented 3 years ago

It would maybe more straight forward to just add a StreamHandler (https://docs.python.org/3/howto/logging.html#configuring-logging) to the logger used in the Observability Singleton to activate Log to console.

That may be also true for AzureMLLogger as well, the only custom logic we need there is the metric's logging mechanism to the AML run.

Currently referring to this branch until #23 is merged