Commit 404ad4e4 authored by Allan Sandfeld Jensen's avatar Allan Sandfeld Jensen
Browse files

Document verbose logging flag


Change-Id: I162032de8a13d920ad28a8dd2eeaec6c7594586f
Reviewed-by: default avatarMichael Brüning <michael.bruning@qt.io>
Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@qt.io>
Showing with 4 additions and 0 deletions
...@@ -87,6 +87,10 @@ ...@@ -87,6 +87,10 @@
\c info and above are recorded in the log. This is the default for \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 debug builds. Other possible log levels are \c 1 for warnings, \c 2
for errors, and \c 3 for fatal errors. 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 \li \c {--no-sandbox} disables the sandbox for the renderer and plugin
processes. Keep in mind that disabling the sandbox might present a processes. Keep in mind that disabling the sandbox might present a
security risk. security risk.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment