mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
092a23fd7f
* remove image tagging * updated lock * fixed tests, improved logging * be nice * fixed tests
17 lines
403 B
JSON
17 lines
403 B
JSON
{
|
|
"version": 1,
|
|
"disable_existing_loggers": true,
|
|
"formatters": { "rich": { "show_path": false, "omit_repeated_times": false } },
|
|
"handlers": {
|
|
"console": {
|
|
"class": "app.config.CustomRichHandler",
|
|
"formatter": "rich"
|
|
}
|
|
},
|
|
"loggers": {
|
|
"gunicorn.access": { "propagate": true },
|
|
"gunicorn.error": { "propagate": true }
|
|
},
|
|
"root": { "handlers": ["console"] }
|
|
}
|