We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583b945 commit df4cbbaCopy full SHA for df4cbba
common_src/logger.cpp
@@ -15,7 +15,7 @@ Logger::Logger():
15
LEVEL_INFO("INFO"),
16
LEVEL_WARNING("WARNING"),
17
LEVEL_ERROR("ERROR"),
18
- is_activated(false) {
+ is_activated(true) {
19
if (!is_activated) {
20
return;
21
}
0 commit comments