debug

@JvmField
@Volatile
var debug: Boolean(source)

Toggle to dispatch RuntimeEvent.LOG.DEBUG and TorEvent.DEBUG or not.

NOTE: This does not alter control connection event listeners via TorCmd.SetEvents. Add TorEvent.DEBUG via TorRuntime.BuilderScope.required if debug logs from tor are needed.

NOTE: Debug logs may reveal sensitive information and should not be enabled in production!