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

@@ -36,6 +36,11 @@ REDIS_HOSTNAME=immich_redis
UPLOAD_LOCATION=absolute_location_on_your_machine_where_you_want_to_store_the_backup
###################################################################################
# Log message level - [simple|verbose]
###################################################################################
LOG_LEVEL=simple
###################################################################################