mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
* feat(server): add LogFormat enum and configuration * feat(server): add structured logging formatters * feat(server): implement switchable logging formats (console/json) * Revert "feat(server): add LogFormat enum and configuration" This reverts commit 565e95ae68277b809c080a62ea8881353be7b5e3. * feat(server): implement JSON logging using NestJS native support * refactor: rename LOG_FORMAT to IMMICH_LOG_FORMAT for consistency * docs: add IMMICH_LOG_FORMAT documentation * chore: format environment-variables.md * chore: format monitoring.md |
||
|---|---|---|
| .. | ||
| bin | ||
| resources | ||
| src | ||
| test | ||
| .gitignore | ||
| .npmignore | ||
| .nvmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| Dockerfile | ||
| Dockerfile.dev | ||
| eslint.config.mjs | ||
| mise.toml | ||
| nest-cli.json | ||
| package.json | ||
| tsconfig.build.json | ||
| tsconfig.json | ||