Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
michaelfedell opened this issue Jul 11, 2019 · 2 comments
Open

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

michaelfedell opened this issue Jul 11, 2019 · 2 comments

Comments

@michaelfedell
Copy link

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
Copy link
Author

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants