Browse Source

dev(ios): enable capacitor logging only when debug

Andelf 2 years ago
parent
commit
74eea4bb1e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      capacitor.config.ts

+ 1 - 0
capacitor.config.ts

@@ -8,6 +8,7 @@ const config: CapacitorConfig = {
   appName: 'Logseq',
   bundledWebRuntime: false,
   webDir: 'public',
+  loggingBehavior: 'debug',
   plugins: {
     SplashScreen: {
       launchShowDuration: 500,