aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMarius Vollmer <marius.vollmer@nokia.com>2009-08-17 15:08:00 +0300
committerMarius Vollmer <marius.vollmer@nokia.com>2009-08-17 15:08:00 +0300
commitf80b2651f0d4d3a12e90b9ac0233d7492e5eeed5 (patch)
tree416abbbb8e4b45a48b2c339bc3078f1b00f12d2a /common
parentec277c7a04bbdb99702f09f856048b0e4eea4f68 (diff)
Set logging level default to WARNING.
Diffstat (limited to 'common')
-rw-r--r--common/logging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/logging.cpp b/common/logging.cpp
index fbb56362..c0b49e19 100644
--- a/common/logging.cpp
+++ b/common/logging.cpp
@@ -270,7 +270,7 @@ void ContextRealLogger::initialize()
// Check and do verbosity
const char *verbosity = getenv("CONTEXT_LOG_VERBOSITY");
if (! verbosity)
- return;
+ verbosity = "WARNING";
if (strcmp(verbosity, "TEST") == 0) {
// Do nothing, all left true