Procházet zdrojové kódy

Change default console log level to "debug" (#834)

Danilo Bargen před 6 roky
rodič
revize
d22f246570
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/config.ts

+ 1 - 1
src/config.ts

@@ -42,7 +42,7 @@ export default {
     LOG_TAG_PADDING: 20,
     // Console log level
     // Note: It is advisable to set this to `info` on production.
-    CONSOLE_LOG_LEVEL: 'info',
+    CONSOLE_LOG_LEVEL: 'debug',
     // Report log level and maximum amount of log records to keep in memory.
     // Note: There's no reason to change this unless you want to disable
     //       the report tool.