Skip to content

Commit b478bb0

Browse files
committed
Lib: Update readme with info on logging
1 parent 869b155 commit b478bb0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ chart types, including 3D charts, statistical graphs, and SVG maps.
2525

2626
## Quick start options
2727

28+
**It is important to note that logging is turned off by default in v1.13.0 onwards.**
29+
To turn logging on for development, you will want to run
30+
`Plotly.setPlotConfig({ logging: 2 })` before any plotting.
31+
See [this file](https://github.com/plotly/plotly.js/blob/master/src/lib/loggers.js) for more details.
32+
2833
#### Download the latest release
2934
[Latest Release on Github](https://github.com/plotly/plotly.js/releases/)
3035

0 commit comments

Comments
 (0)