summaryrefslogtreecommitdiff
path: root/src/mongo/util/log.cpp
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2014-05-30 18:55:23 -0400
committerBenety Goh <benety@mongodb.com>2014-06-03 09:24:33 -0400
commitb0f62631b4513b3f10f0f0687d26cf5437f133a2 (patch)
treecd32adeef207cabb7da3ba0b8b5eda75e9a499ce /src/mongo/util/log.cpp
parente5da18f2dfbd71fb997734b524e5e4306d0af550 (diff)
downloadmongo-b0f62631b4513b3f10f0f0687d26cf5437f133a2.tar.gz
SERFER-14111 logging cleanup - removed MONGO_TLOG
Diffstat (limited to 'src/mongo/util/log.cpp')
-rw-r--r--src/mongo/util/log.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/util/log.cpp b/src/mongo/util/log.cpp
index 1cdbc6e796a..0a5c04efb6c 100644
--- a/src/mongo/util/log.cpp
+++ b/src/mongo/util/log.cpp
@@ -66,8 +66,6 @@ namespace mongo {
return Status::OK();
}
- int tlogLevel = 0; // test log level. so we avoid overchattiness (somewhat) in the c++ unit tests
-
bool rotateLogs() {
using logger::RotatableFileManager;
RotatableFileManager* manager = logger::globalRotatableFileManager();