From 404ad4e48e47415fde2b7dc42578a5503a35b74b Mon Sep 17 00:00:00 2001
From: Allan Sandfeld Jensen <allan.jensen@qt.io>
Date: Tue, 20 Mar 2018 16:34:11 +0100
Subject: [PATCH] Document verbose logging flag
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Change-Id: I162032de8a13d920ad28a8dd2eeaec6c7594586f
Reviewed-by: Michael Brüning <michael.bruning@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
---
 src/webengine/doc/src/qtwebengine-debugging.qdoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/webengine/doc/src/qtwebengine-debugging.qdoc b/src/webengine/doc/src/qtwebengine-debugging.qdoc
index 5ff1c6342..b8b004095 100644
--- a/src/webengine/doc/src/qtwebengine-debugging.qdoc
+++ b/src/webengine/doc/src/qtwebengine-debugging.qdoc
@@ -87,6 +87,10 @@
             \c info and above are recorded in the log. This is the default for
             debug builds. Other possible log levels are \c 1 for warnings, \c 2
             for errors, and \c 3 for fatal errors.
+        \li \c {--v=1} Increases the logging level beyond what \c {--log-level}
+            can, and enables logging debug messages up to verbosity level \c 1.
+            A higher number further increases verbosity, but may result in a
+            large number of logged messages. Default is \c 0 (no debug messages).
         \li \c {--no-sandbox} disables the sandbox for the renderer and plugin
             processes. Keep in mind that disabling the sandbox might present a
             security risk.
-- 
GitLab