summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBernd Weimer <bernd.weimer@pelagicore.com>2020-01-28 09:23:17 +0100
committerBernd Weimer <bernd.weimer@pelagicore.com>2020-01-29 14:54:34 +0100
commita8ecf7df3873a21f5598f0e95abe6861805acc3a (patch)
treeb4a09532bdec4d5f6bede46866c80f3a4ca8a5c1 /doc
parent7cb1003e87edef973ee2a3f3267169b4daaa4ba6 (diff)
downloadqtapplicationmanager-a8ecf7df3873a21f5598f0e95abe6861805acc3a.tar.gz
Defer logging output until configuration is known
Logging output is deferred until the logging configuration is known to make sure that the content and format is appropriate. This also replaces special handling of deployment warnings. Added option to force instant logging. Task-number: AUTOSUITE-1423 Change-Id: Ieba5fb4ca675c7b7d025fc1847da8ca045c782d8 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/configuration.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/configuration.qdoc b/doc/configuration.qdoc
index 05666e21..583ad6ec 100644
--- a/doc/configuration.qdoc
+++ b/doc/configuration.qdoc
@@ -329,6 +329,12 @@ or across multiple config files, the final value is resolved based on these rule
The argument is the path to \c info.yaml. Aliases (\c{info-*.yaml}) are also loaded
from the given path.
\row
+ \li \b --log-instant
+ \li bool
+ \li Causes all logging messages to be printed right away at start-up. Usually, the
+ logging output is deferred until the logging configuration (e.g. logging rules) is
+ known. Expect different output and format at start-up.
+ \row
\li \b --logging-rule
\br [\c logging/rules]
\li array<string>