mirror of
https://github.com/immich-app/immich.git
synced 2025-07-15 20:38:26 +02:00
21 lines
305 B
JSON
21 lines
305 B
JSON
{
|
|
"version": 1,
|
|
"disable_existing_loggers": false,
|
|
"handlers": {
|
|
"console": {
|
|
"class": "immich_ml.config.CustomRichHandler"
|
|
}
|
|
},
|
|
"loggers": {
|
|
"gunicorn.error": {
|
|
"handlers": [
|
|
"console"
|
|
]
|
|
}
|
|
},
|
|
"root": {
|
|
"handlers": [
|
|
"console"
|
|
]
|
|
}
|
|
}
|