Skip to content

Commit 6828a7a

Browse files
committed
fix: change default log level from info to debug in IterableConfig
1 parent e06edab commit 6828a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/classes/IterableConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export class IterableConfig {
230230
*
231231
* By default, you will be able to see info level logs printed in IDE when running the app.
232232
*/
233-
logLevel: IterableLogLevel = IterableLogLevel.info;
233+
logLevel: IterableLogLevel = IterableLogLevel.debug;
234234

235235
/**
236236
* Configuration for JWT refresh retry behavior.

0 commit comments

Comments
 (0)