commit b27c4234a2d2ec883927965d70bc2fe3a929ec35
parent 20b17e68caf67de489d7942c599e6245bba8e53b
Author: Marc Stibane <marc@taler.net>
Date: Sun, 9 Aug 2026 21:43:59 +0200
wallet-core log levels
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TalerWallet1/Model/WalletModel.swift b/TalerWallet1/Model/WalletModel.swift
@@ -371,7 +371,7 @@ fileprivate struct InitRequest: WalletBackendFormattedRequest {
let config = Config(testing: testing, builtin: builtin, features: features)
return Args(persistentStoragePath: persistentStoragePath,
// cryptoWorkerType: "sync", qtart can ONLY use sync, that's the default anyway
- logLevel: "info", // trace, info, warn, error, none
+ logLevel: "info", // trace, info, message, warn, error, none
config: config,
useNativeLogging: true)
}