Selaa lähdekoodia

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

Danilo Bargen 6 vuotta sitten
vanhempi
commit
d22f246570
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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.