-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Documentation: Console Output is Out of Date #653
Comments
Hi Joe, can you please be more specific? What part of that looks wrong to you? |
http_plugin.js:94 HEAD http://storage.googleapis.com/shaka-demo-assets/angel-one/dash.mp 404 () |
I also can't seem to get shaka.log.Level to change the output either. |
When you copy from the JavaScript console and paste into a text editor, you lose all the formatting and it becomes unreadable. This is why what's in the docs doesn't look exactly like what you pasted. It looks like there are some updates to make, though. For example, in the tutorial as it is today, we show examples of debug logs before we get to the part about log levels. |
I'll also update the part about log levels to be more explicit about where to insert the call to change the level. |
The tutorial text has been updated. The updates will appear in the nightly build tomorrow, and will be released in v2.0.4 next week. |
This updates the debugging tutorial to clarify a few things: - Formatting in the sample console output is not exact - Log level should be set in the top of initApp() before we construct the Player object - Verbose messages are only seen after we change the log level and reload Closes #653 Change-Id: Id0d7dabff225c3d82a9c54c05bb356a0bfa9b241
The debugging page purports to show console output from debugging. What's on the page looks nothing like what's in the console.
The text was updated successfully, but these errors were encountered: