Skip to content

Commit 92438f6

Browse files
mohdizzyMohammed Izzy
authored andcommitted
feat: add new log levels (#642)
Co-authored-by: Mohammed Izzy <mohammed@serverlessguru.com>
1 parent ca797b4 commit 92438f6

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
@@ -239,7 +239,7 @@ export type VisibilityConfig = {
239239
};
240240

241241
export type LoggingConfig = {
242-
level: 'ERROR' | 'NONE' | 'ALL';
242+
level: 'ERROR' | 'NONE' | 'ALL' | 'DEBUG' | 'INFO';
243243
enabled?: boolean;
244244
excludeVerboseContent?: boolean;
245245
retentionInDays?: number;

0 commit comments

Comments
 (0)