hyperdash-sdk-py icon indicating copy to clipboard operation
hyperdash-sdk-py copied to clipboard

Logger objects with StreamHandler's not captured from std_out

Open michaelfedell opened this issue 5 years ago • 2 comments

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 avatar Jul 11 '19 00:07 michaelfedell

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)

michaelfedell avatar Jul 11 '19 00:07 michaelfedell

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

sampathchanda avatar Jan 09 '20 06:01 sampathchanda