From 4be8b1ba0de65fea799ab926a14627d5d3898109 Mon Sep 17 00:00:00 2001 From: Fabrizio Demaria Date: Tue, 2 Jul 2024 06:39:53 +0200 Subject: [PATCH] docs: Smaller clarification on logging (#150) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 133343b2..b3eeaac7 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ confidence.putContext(context: ["os_version": ConfidenceValue(string: "17.0")]) ``` ### Logging -By default, the Confidence SDK will log errors and warnings. You can change the preferred log level by passing a `loggerLevel` to the `Confidence.Builder` constructor. +By default, the Confidence SDK will log errors and warnings locally to the console. You can change the preferred log level by passing a `loggerLevel` to the `Confidence.Builder` constructor. To turn off logging completely, you can pass `LoggingLevel.NONE` to the `Confidence.Builder`.