aboutsummaryrefslogtreecommitdiff
path: root/src/test/main.cpp
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2024-11-23 22:07:15 +0100
committerJAROWMR <jarorutjes07@gmail.com>2024-11-23 22:07:15 +0100
commitc341f6a44699d71b8b20e6b814274b30e43514c8 (patch)
treefa92e3f5ab4cb8afab6dc623d02ff4768bc849c8 /src/test/main.cpp
parentc757a5108f4750be5dc6c9d5dda49ad506fae990 (diff)
added profiling test
Diffstat (limited to 'src/test/main.cpp')
-rw-r--r--src/test/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/main.cpp b/src/test/main.cpp
index 241015d..ec293a6 100644
--- a/src/test/main.cpp
+++ b/src/test/main.cpp
@@ -9,7 +9,7 @@ int main(int argc, char ** argv) {
InitGoogleTest(&argc, argv);
auto & cfg = Config::get_instance();
- cfg.log.level = Log::Level::ERROR;
+ cfg.log.level = Log::Level::DEBUG;
return RUN_ALL_TESTS();
}