mirror of
https://git.vectorsigma.ru/public/immich.git
synced 2026-07-29 05:28:08 +00:00
fix(server): suppress startup messages for immich-admin CLI Introduce a log_message() helper function with QUIET flag to suppress informational startup output when running immich-admin. This prevents both shell messages and Node.js WASI experimental warnings from interfering with CLI help output. Fixes: #25909