Added Log level to background service (#685)

This commit is contained in:
Alex
2022-09-13 12:09:57 -05:00
committed by GitHub
parent 858ad43d3b
commit e79e92c60f
6 changed files with 89 additions and 37 deletions

View File

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