Explorar o código

fix: wrong default log level

Sv443 hai 1 ano
pai
achega
8c0c6c8546
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/utils.ts

+ 1 - 1
src/utils.ts

@@ -19,7 +19,7 @@ function getLogLevel(args: unknown[]): number {
       minLogLvl,
       maxLogLvl,
     );
-  return 1;
+  return 0;
 }
 
 /** Common prefix to be able to tell logged messages apart and filter them in devtools */