immich/machine-learning/immich_ml/log_conf.json

22 lines
305 B
JSON
Raw Normal View History

2026-02-02 15:06:40 +01:00
{
"version": 1,
"disable_existing_loggers": false,
"handlers": {
"console": {
"class": "immich_ml.config.CustomRichHandler"
}
},
"loggers": {
"gunicorn.error": {
"handlers": [
"console"
]
}
},
"root": {
"handlers": [
"console"
]
}
}