mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
Added Log level to background service (#685)
This commit is contained in:
parent
858ad43d3b
commit
e79e92c60f
6 changed files with 89 additions and 37 deletions
|
|
@ -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
|
||||
|
||||
|
||||
###################################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue