mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00: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"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|