Skip to content

Commit

Permalink
add new log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed Izzy committed Oct 14, 2024
1 parent b2e647a commit 53439e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export type VisibilityConfig = {
};

export type LoggingConfig = {
level: 'ERROR' | 'NONE' | 'ALL';
level: 'ERROR' | 'NONE' | 'ALL' | 'DEBUG' | 'INFO';
enabled?: boolean;
excludeVerboseContent?: boolean;
retentionInDays?: number;
Expand Down

0 comments on commit 53439e2

Please sign in to comment.