mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 10:38:10 -06:00
This patch introduces optional debug logging in util/verbose, and adds some usage of it to HandleWriteValue and the httpBatchStore SchedulePut code path. It also modifies chunks.DeserializeToChan() so that callers can better recover from panics in there. https://github.com/attic-labs/attic/issues/103