Skip to content

Commit 3f9226b

Browse files
committed
Keep it set to debug.
1 parent 66b9287 commit 3f9226b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

browser-extension/src/lib/config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ export type LogLevel = (typeof LOG_LEVELS)[number]
88

99
export const CONFIG = {
1010
ADDED_OVERTYPE_CLASS: 'gitcasso-overtype',
11-
1211
EXTENSION_NAME: 'gitcasso', // decorates logs
13-
LOG_LEVEL: 'INFO' satisfies LogLevel,
12+
LOG_LEVEL: 'DEBUG' satisfies LogLevel,
1413
MODE: 'PROD' satisfies ModeType,
1514
} as const

0 commit comments

Comments
 (0)