hyperdash-sdk-py
hyperdash-sdk-py copied to clipboard
Logger objects with StreamHandler's not captured from std_out
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.
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 Did you figure out a way to get logger messages through hyperdash, while using Experiment api ?