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

Reporting server not logging requests when tensorboard is installed. #156

Open
peterAsapp opened this issue Nov 23, 2019 · 0 comments
Open
Labels
bug Something isn't working

Comments

@peterAsapp
Copy link

Describe the bug
If you run the reporting server without tensorboard, you see Flask logs like so:

 * Serving Flask app "flambe.experiment.webapp.app" (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: off
 * Running on http://localhost:12345/ (Press CTRL+C to quit)
127.0.0.1 - - [23/Nov/2019 04:50:33] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [23/Nov/2019 04:50:34] "GET /state HTTP/1.1" 200 -

However, if you run the reporting server with tensorboard installed, for some reason, the reporting server stops showing Flask logs.

 * Serving Flask app "flambe.experiment.webapp.app" (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: off

The reporting server and tensorboard function fine otherwise. However, this is a bit annoying b/c I can't see which port the reporting server runs on if I don't specify it.

To Reproduce

  1. Run the reporting server without tensorboard and see all the Flask logging.
  2. Install tensorboard
  3. Run the reporting server again. Flask doesn't log stuff anymore.

Expected behavior
Flask should log even with tensorboard.

Screenshots
N/A

Software Versions (please complete the following information):

  • OS: macOS 10.14.6, Ubuntu 16.04.6 LTS
  • Python Version 3.6
  • PyTorch Version 1.1
  • Flambé Version 0.4.7

Additional context
N/A

@peterAsapp peterAsapp added the bug Something isn't working label Nov 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant