From 8b463c9426127ee426db43754ac5337cf699df3f Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Sun, 23 Oct 2016 13:04:13 -0700 Subject: [PATCH] clarify debug config docs false did nothing to overwrite the logger behavior, which was warn by default --- docs/docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration.md b/docs/docs/configuration.md index 9f9ade388f..fc49d57c48 100644 --- a/docs/docs/configuration.md +++ b/docs/docs/configuration.md @@ -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