hyperdashio / hyperdash-sdk-py

Official Python SDK for Hyperdash
https://hyperdash.io
198 stars 26 forks source link

Logger objects with StreamHandler's not captured from std_out #136

Open michaelfedell opened 4 years ago

michaelfedell commented 4 years ago

As demonstrated in the notebook below, logger messages are not captured by the hyperdash log, even when their output is handled by StreamHandler's which direct messages to standard output. The hyperdash documentation doesn't provide any insight to this, but it seems like it should be an easy interface to make.

image

michaelfedell commented 4 years ago

It seems that this is not an issue when scripts are run from the command line via hd run -n. However, logger messages are still skipped when using the Experiment api (even when run from command line, so not a jupyter issue)

sampathchanda commented 4 years ago

@michaelfedell Did you figure out a way to get logger messages through hyperdash, while using Experiment api ?