htmx 4.0 is under construction — migration guide

htmx.config.logAll

Log all htmx events to console

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.