Skip to content

Commit

Permalink
clarify debug config docs
Browse files Browse the repository at this point in the history
false did nothing to overwrite the logger behavior, which was warn by
default
  • Loading branch information
jhchen committed Oct 23, 2016
1 parent 7d48595 commit 8b463c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ DOM Element within which the editor's ui elements (i.e. tooltips, etc.) should b

#### debug

Default: `false`
Default: `warn`

Shortcut for [debug](/docs/api/#debug). Note `debug` is a static method and will affect other instances of Quill editors on the page. Debugging messages are disabled by default.
Shortcut for [debug](/docs/api/#debug). Note `debug` is a static method and will affect other instances of Quill editors on the page. Only warning and error messages are enabled by default.

#### formats

Expand Down

0 comments on commit 8b463c9

Please sign in to comment.