fix: align VIN OCR logging with unified logging design (refs #113)
Deploy to Staging / Build Images (pull_request) Successful in 3m25s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 51s
Deploy to Staging / Verify Staging (pull_request) Successful in 2m36s
Deploy to Staging / Notify Staging Ready (pull_request) Successful in 9s
Deploy to Staging / Notify Staging Failure (pull_request) Has been skipped

Replace filesystem-based debug system (VIN_DEBUG_DIR) with standard
logger.debug() calls that flow through Loki when LOG_LEVEL=DEBUG.
Use .env.logging variable for OCR LOG_LEVEL. Increase image capture
quality to 0.95 for better OCR accuracy.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
This commit is contained in:
Eric Gullickson
2026-02-06 19:36:35 -06:00
co-authored by Claude Opus 4.6
parent 6a4c2137f7
commit d5696320f1
3 changed files with 39 additions and 7 deletions
@@ -304,7 +304,7 @@ export function useImageCrop(options: UseImageCropOptions = {}): UseImageCropRet
}
},
mimeType,
0.92
0.95
);
};