Closed h2floh closed 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
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