refactor: logging (#1318)

This commit is contained in:
Jason Rasmussen
2023-01-13 09:23:12 -05:00
committed by GitHub
parent 92ca447f33
commit ba04b753de
6 changed files with 26 additions and 19 deletions

View File

@@ -1,4 +0,0 @@
export enum ImmichLogLevel {
SIMPLE = 'simple',
VERBOSE = 'verbose',
}