summaryrefslogtreecommitdiff
path: root/test/utils/logging/log_config.hpp
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2022-06-13 13:30:13 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2022-06-13 15:55:41 +0200
commit036508be71ebe51102af7ca4a4aa8055445b75a9 (patch)
tree6731ddcc7e07134090d7812ed414eaab146b94c8 /test/utils/logging/log_config.hpp
parentc4fa8edfe1d70e3da47c9e7b28e54b46fb57a1f1 (diff)
downloadjustbuild-036508be71ebe51102af7ca4a4aa8055445b75a9.tar.gz
Logging: Extend logger by level for Performance
Diffstat (limited to 'test/utils/logging/log_config.hpp')
-rw-r--r--test/utils/logging/log_config.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/utils/logging/log_config.hpp b/test/utils/logging/log_config.hpp
index 8c9c6388..7ae51aa7 100644
--- a/test/utils/logging/log_config.hpp
+++ b/test/utils/logging/log_config.hpp
@@ -26,6 +26,7 @@ static auto ReadLogLevelFromEnv() -> LogLevel {
case LogLevel::Warning:
case LogLevel::Info:
case LogLevel::Progress:
+ case LogLevel::Performance:
case LogLevel::Debug:
case LogLevel::Trace:
return log_level;