Skip to content

Commit 5d49f30

Browse files
mohdizzyMohammed Izzy
andauthored
feat: add new log levels (#642)
Co-authored-by: Mohammed Izzy <[email protected]>
1 parent b2e647a commit 5d49f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export type VisibilityConfig = {
229229
};
230230

231231
export type LoggingConfig = {
232-
level: 'ERROR' | 'NONE' | 'ALL';
232+
level: 'ERROR' | 'NONE' | 'ALL' | 'DEBUG' | 'INFO';
233233
enabled?: boolean;
234234
excludeVerboseContent?: boolean;
235235
retentionInDays?: number;

0 commit comments

Comments
 (0)