diff --git a/src/types/common.ts b/src/types/common.ts index ae8ced7e..bb360aa6 100644 --- a/src/types/common.ts +++ b/src/types/common.ts @@ -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;