jupyter / dashboards_server

[RETIRED] Server that runs and renders Jupyter notebooks as interactive dashboards
Other
181 stars 48 forks source link

Override WS logging with non-buffering version #255

Closed jhpedemonte closed 8 years ago

jhpedemonte commented 8 years ago

The websocket lib has a buffering logger which doesn't print out ws info in time with other logging messages. This PR overrides with the standard debug logger we use elsewhere.

To enable ws logging, add websocket:* to start-logging script in package.json.

jhpedemonte commented 8 years ago

Travis failed due to fetch error creating docker image. I ran make test integration-test locally and all passed.