Skip to content

Commit d9f1ca3

Browse files
committed
Do not log network messages by default!
1 parent c3341c3 commit d9f1ca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

llamaplugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ using namespace Utils;
4646
using namespace ProjectExplorer;
4747

4848
Q_LOGGING_CATEGORY(llamaLog, "llama.cpp", QtWarningMsg)
49-
Q_LOGGING_CATEGORY(llamaNetwork, "llama.cpp.network", QtDebugMsg)
49+
Q_LOGGING_CATEGORY(llamaNetwork, "llama.cpp.network", QtWarningMsg)
5050

5151
namespace LlamaCpp::Internal {
5252

0 commit comments

Comments
 (0)