log-level.constant.ts 75 B

1234
  1. export enum ImmichLogLevel {
  2. SIMPLE = 'simple',
  3. VERBOSE = 'verbose',
  4. }