Skip to content

Log levels #590

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

Merged
merged 7 commits into from
Jun 2, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ chart types, including 3D charts, statistical graphs, and SVG maps.

## Quick start options

**It is important to note that logging is turned off by default in v1.13.0 onwards.**
To turn logging on for development, you will want to run
`Plotly.setPlotConfig({ logging: 2 })` before any plotting.
See [this file](https://github.com/plotly/plotly.js/blob/master/src/lib/loggers.js) for more details.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool. I'd vote for leaving this block up until September and then remove it.


#### Download the latest release
[Latest Release on Github](https://github.com/plotly/plotly.js/releases/)

Expand Down