summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-03-20 16:34:11 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-03-22 11:08:58 +0000
commit404ad4e48e47415fde2b7dc42578a5503a35b74b (patch)
tree47f850f672f93167173e58e520d8cafb9a51b51d
parent8e94ad5d15c36f205e3828a612eaa2ce7922beef (diff)
Document verbose logging flag
Change-Id: I162032de8a13d920ad28a8dd2eeaec6c7594586f Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--src/webengine/doc/src/qtwebengine-debugging.qdoc4
1 files changed, 4 insertions, 0 deletions
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.