Advertisement
pmow

Untitled

Nov 17th, 2024
113
0
145 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Initializing Immich v1.120.2
  2. Detected CPU Cores: 16
  3. Starting api worker
  4. Starting microservices worker
  5. (node:7) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
  6. (Use `node --trace-deprecation ...` to show where the warning was created)
  7. (node:17) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
  8. (Use `node --trace-deprecation ...` to show where the warning was created)
  9. (node:7) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
  10. (Use `node --trace-deprecation ...` to show where the warning was created)
  11. [Nest] 7  - 11/17/2024, 10:54:33 PM     LOG [Microservices:EventRepository] Initialized websocket server
  12. [Nest] 7  - 11/17/2024, 10:54:33 PM     LOG [Microservices:MetadataService] Bootstrapping metadata service
  13. [Nest] 7  - 11/17/2024, 10:54:33 PM     LOG [Microservices:MetadataService] Initializing metadata service
  14. [Nest] 7  - 11/17/2024, 10:54:33 PM     LOG [Microservices:MapRepository] Initializing metadata repository
  15. [Nest] 7  - 11/17/2024, 10:54:33 PM     LOG [Microservices:MetadataService] Initialized local reverse geocoder
  16. [Nest] 17  - 11/17/2024, 10:54:33 PM     LOG [Api:EventRepository] Initialized websocket server
  17. [Nest] 7  - 11/17/2024, 10:54:33 PM     LOG [Microservices:ServerService] Feature Flags: {
  18.   "smartSearch": true,
  19.   "facialRecognition": true,
  20.   "duplicateDetection": true,
  21.   "map": true,
  22.   "reverseGeocoding": true,
  23.   "importFaces": true,
  24.   "sidecar": true,
  25.   "search": true,
  26.   "trash": true,
  27.   "oauth": false,
  28.   "oauthAutoLaunch": false,
  29.   "passwordLogin": true,
  30.   "configFile": false,
  31.   "email": false
  32. }
  33. [Nest] 7  - 11/17/2024, 10:54:33 PM     LOG [Microservices:StorageService] Verifying system mount folder checks, current state: {"mountFiles":true,"mountChecks":{"thumbs":true,"upload":true,"backups":true,"library":true,"profile":true,"encoded-video":true}}
  34. [Nest] 7  - 11/17/2024, 10:54:33 PM     LOG [Microservices:StorageService] Successfully verified system mount folder checks
  35. [Nest] 17  - 11/17/2024, 10:54:33 PM     LOG [Api:ServerService] Feature Flags: {
  36.   "smartSearch": true,
  37.   "facialRecognition": true,
  38.   "duplicateDetection": true,
  39.   "map": true,
  40.   "reverseGeocoding": true,
  41.   "importFaces": true,
  42.   "sidecar": true,
  43.   "search": true,
  44.   "trash": true,
  45.   "oauth": false,
  46.   "oauthAutoLaunch": false,
  47.   "passwordLogin": true,
  48.   "configFile": false,
  49.   "email": false
  50. }
  51. [Nest] 17  - 11/17/2024, 10:54:33 PM     LOG [Api:StorageService] Verifying system mount folder checks, current state: {"mountFiles":true,"mountChecks":{"thumbs":true,"upload":true,"backups":true,"library":true,"profile":true,"encoded-video"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement