Skip to content

Commit

Permalink
feat: add new log levels (#642)
Browse files Browse the repository at this point in the history
Co-authored-by: Mohammed Izzy <[email protected]>
  • Loading branch information
mohdizzy and Mohammed Izzy authored Oct 14, 2024
1 parent b2e647a commit 5d49f30
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 5d49f30

Please sign in to comment.