immich/server
Sergey Katsubo 78516a97b3
chore(server): proper log context formatting (#22173)
* Fix log formatting for logger.error(..., error)

Rewrite it to avoid printing error msg in [context]

* Fix log formatting for logger.warn(..., error?.stack)

Rewrite it to avoid printing stack in [context]

* Fix log formatting for logger.debug(..., error.message);

Rewrite it to avoid printing error msg in [context]

* Print error msg instead of literal "Error"
2025-09-18 19:56:05 -04:00
..
bin fix: use relative path in start.sh (#20434) 2025-09-10 02:02:23 +00:00
resources feat: use immich hosted map tiles (#11332) 2024-07-26 15:41:09 +01:00
src chore(server): proper log context formatting (#22173) 2025-09-18 19:56:05 -04:00
test feat: sync AuthUserV1 (#21565) 2025-09-08 14:00:10 -05:00
.gitignore feat(web): re-add open graph tags for public share links (#5635) 2023-12-11 13:37:47 -06:00
.npmignore chore: use pnpm for builds (#19752) 2025-08-19 08:55:24 -04:00
.nvmrc chore(deps): update node.js to v22.19.0 (#21509) 2025-09-05 08:43:58 -04:00
.prettierignore refactor: migrate map repository to kysely (#15348) 2025-01-17 09:14:42 -06:00
.prettierrc fix(server): lint import order (#3974) 2023-09-04 21:45:59 +02:00
Dockerfile chore: split Dockerfile (#22007) 2025-09-15 23:41:35 -04:00
Dockerfile.dev chore(dep): bump flutter to 3.35.4 (#22129) 2025-09-17 14:58:35 +00:00
eslint.config.mjs chore: finish migrating eslint config files; bump unicorn (#17200) 2025-03-31 12:18:25 +01:00
nest-cli.json fix: isolate docker host/container filesystem for node_modules and build output (#21167) 2025-08-24 13:09:45 -05:00
package.json chore(deps): update dependency @types/nodemailer to v7 (#22047) 2025-09-16 22:17:03 +01:00
tsconfig.build.json fix: exclude e2e format (#3250) 2023-07-13 21:41:16 -05:00
tsconfig.json feat(server): people sync (#19854) 2025-07-10 11:32:42 -04:00