From 4c2f690dabfcdd17a009683fc3a6aefa3f33c503 Mon Sep 17 00:00:00 2001 From: Dmitry Mayorov Date: Wed, 11 Jul 2018 17:51:20 +0200 Subject: [PATCH] added logdebug --- doc/options.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/options.rst b/doc/options.rst index 1aab3d08da..4dfc29156a 100644 --- a/doc/options.rst +++ b/doc/options.rst @@ -24,7 +24,9 @@ The other options are: ``--logflush`` Clears (flushes) the log file after each write action. +``--logdebug`` + Also output debug-level messages in the log (equivalent to setting the env var QT_LOGGING_RULES="qt.*=true;*.debug=true"). +) + ``--confdir`` `` Uses the specified configuration directory. - -