Skip to content

Commit

Permalink
ENH: Set ctkErrorLogLevel to Info for ctkLogger when in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Punzo committed Jan 22, 2024
1 parent 3e85a4a commit a83ea22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libs/Core/ctkLogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ctkLoggerPrivate
~ctkLoggerPrivate() = default;

#ifndef QT_NO_DEBUG
ctkErrorLogLevel::LogLevel LogLevel{ctkErrorLogLevel::LogLevel::Debug};
ctkErrorLogLevel::LogLevel LogLevel{ctkErrorLogLevel::LogLevel::Info};
#else
ctkErrorLogLevel::LogLevel LogLevel{ctkErrorLogLevel::LogLevel::Warning};
#endif
Expand Down

0 comments on commit a83ea22

Please sign in to comment.