_setVerboseLogs

Force the logger into "show everything" mode at runtime, surfacing every log level (including VERBOSE) on production builds. Equivalent to building with WHERE_AM_I = LOCAL, but scoped to logging only — does not affect API endpoints, Pusher key, Sentry, or anything else that reads Session.whereAmI.

Useful for diagnosing customer issues without shipping a debug-tier build. Can be called before or after start. The flag persists for the SDK's lifetime; pass false to revert.

Usage (from host app):

KindlySDK._setVerboseLogs(true)
KindlySDK.start(application, botKey = "...")