diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-06-13 13:30:13 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-06-13 15:55:41 +0200 |
commit | 036508be71ebe51102af7ca4a4aa8055445b75a9 (patch) | |
tree | 6731ddcc7e07134090d7812ed414eaab146b94c8 /test/utils/logging/log_config.hpp | |
parent | c4fa8edfe1d70e3da47c9e7b28e54b46fb57a1f1 (diff) | |
download | justbuild-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.hpp | 1 |
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; |