Skip to content

Commit

Permalink
ENH: Set default log level of Event Admin plugin to INFO instead of D…
Browse files Browse the repository at this point in the history
…EBUG
  • Loading branch information
kislinsk committed Mar 19, 2024
1 parent 37aff99 commit 807fff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/org.commontk.eventadmin/util/ctkEALogTracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <QDateTime>

ctkEALogTracker::ctkEALogTracker(ctkPluginContext* context, QIODevice* out)
: ctkServiceTracker<ctkLogService*>(context), out(out), logLevel(std::numeric_limits<int>::max())
: ctkServiceTracker<ctkLogService*>(context), out(out), logLevel(ctkLogService::LOG_INFO)
{

}
Expand Down

0 comments on commit 807fff1

Please sign in to comment.