summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2010-08-18 13:34:38 +1000
committerLincoln Ramsay <lincoln.ramsay@nokia.com>2010-08-18 13:38:32 +1000
commit5d0003ed6d48f2136afbcc2945e3dfe22795f227 (patch)
tree6a64cfdf4797922668f1825e965b9f4af1930431 /doc/src
parent62d327fe67042b3ee5585f07fef73a6877b1f65b (diff)
Tweak runtime logging in debug builds.
Previously doing a debug build would turn the runtime-enabled logging categories on unconditionally. This is changed so that the _default_ for logging categories is on in debug builds. This means that QMF.conf can now turn off logging categories in debug builds. Release builds see no change in behaviour. Debug builds will see a change only if they have a QMF.conf that turns off categories.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/messageserver.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/messageserver.qdoc b/doc/src/messageserver.qdoc
index 343113ac..e3894774 100644
--- a/doc/src/messageserver.qdoc
+++ b/doc/src/messageserver.qdoc
@@ -109,4 +109,7 @@ To inform the messageserver process that the logging levels have been changed yo
killall -HUP messageserver
\endcode
+Note that the default for a runtime-enabled logging category in release builds is off and in debug builds
+it is on. If a category is defined in the config file that definition will take precedence over the default.
+
*/