debug

fun debug(isDebug: Boolean)

Enables or disables verbose debug logging for all Storage backends.

Call this once at application startup, before creating any KVS instance. Has no effect on already-created instances.

Parameters

isDebug

true to enable logging, false (default) to suppress it.