Преглед изворни кода

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

Danilo Bargen пре 6 година
родитељ
комит
d22f246570
1 измењених фајлова са 1 додато и 1 уклоњено
  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.