The htmx.config.logAll option, when set to true, causes htmx to log all events to the console.
Default: false
Example
htmx.config.logAll = true;
<meta name="htmx-config" content='{"logAll":true}'>
Useful for debugging htmx behavior during development.