Technical Notes

Filing Cabinet URL: http://localhost:3000

Printers URL: http://localhost:3001

Scan timing logs

Filing Cabinet keeps all timing stages for the latest 20 scan requests. Older scan groups are removed automatically. The log contains operational metadata only and does not contain PDF content, passwords, authentication tokens, or scanner credentials.

Log file (relative to Filing Cabinet/backend):

runtime/logs/scan-timing.jsonl

View recent entries:

cd "Filing Cabinet/backend"
tail -n 40 runtime/logs/scan-timing.jsonl

Pretty-print every retained entry when jq is installed:

jq . runtime/logs/scan-timing.jsonl

Match traceId with the Input Output timing log. Once Input Output creates a job, use jobId to follow scanner execution, PDF assembly, and completion stages.