summaryrefslogtreecommitdiff
path: root/src/log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.cpp')
-rw-r--r--src/log.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/log.cpp b/src/log.cpp
index 579831096..a963f4c27 100644
--- a/src/log.cpp
+++ b/src/log.cpp
@@ -159,4 +159,5 @@ std::ostream actionstream(&actionbuf);
std::ostream infostream(&infobuf);
std::ostream verbosestream(&verbosebuf);
+bool log_trace_level_enabled = false;