mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
22 lines
305 B
JSON
22 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"
|
|
]
|
|
}
|
|
}
|