From 74eea4bb1eafa77a5cef28a163159cabfb368452 Mon Sep 17 00:00:00 2001 From: Andelf Date: Thu, 24 Aug 2023 01:25:20 +0800 Subject: [PATCH] dev(ios): enable capacitor logging only when debug --- capacitor.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/capacitor.config.ts b/capacitor.config.ts index 75796ce6c0..64f582da2d 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -8,6 +8,7 @@ const config: CapacitorConfig = { appName: 'Logseq', bundledWebRuntime: false, webDir: 'public', + loggingBehavior: 'debug', plugins: { SplashScreen: { launchShowDuration: 500,