]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
common/EventTrace: default to log level 30 for text logging
authorSamuel Just <sjust@redhat.com>
Fri, 21 Jun 2019 00:47:55 +0000 (17:47 -0700)
committerSamuel Just <sjust@redhat.com>
Fri, 27 Sep 2019 22:55:18 +0000 (15:55 -0700)
By nature, these tend to be extremely high volume.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/common/EventTrace.h

index a88f8c89bde70963222212a201a7552d9abea377..426a8d763cc476d4438761f6862e9a1b0aea0d79 100644 (file)
@@ -44,7 +44,7 @@
 
 #endif
 
-#define LOG_LEVEL 1
+#define LOG_LEVEL 30
 
 class EventTrace {
 private: