Skip to content

Documentation / @warp-drive/build-config / debugging / LOG_CACHE

ts
const LOG_CACHE: boolean = false;

Defined in: debugging.ts:68

log cache updates for both local and remote state. Note in some older versions this was called LOG_PAYLOADS and was one of three flags that controlled logging of cache updates. This is now the only flag.

The others were LOG_OPERATIONS and LOG_MUTATIONS.

Since

5.5

Released under the MIT License.