diff --git a/source/_integrations/zwave_js.markdown b/source/_integrations/zwave_js.markdown index d2741331426..290fd2e1d89 100644 --- a/source/_integrations/zwave_js.markdown +++ b/source/_integrations/zwave_js.markdown @@ -1078,16 +1078,16 @@ Many users have reported issues with interference when the USB stick was directl ##### Enable Z-Wave JS logging 1. Go to the Z-Wave integration panel: {% my integration badge domain="zwave_js" %} -2. Select `Enable debug logging` on the left-hand side of the screen. - -The log level will be set to `debug` for the integration, library, and optionally the driver (if the driver log level is not already set to `verbose`, `debug`, or `silly`), and all Z-Wave JS logs will be added to the Home Assistant logs. +2. In the top-right corner, select the three-dot {% icon "mdi:dots-vertical" %} menu and select **Enable debug logging**. + - **Result**: The log level will be set to `debug` for the integration, library, and optionally the driver (if the driver log level is not already set to `verbose`, `debug`, or `silly`), and all Z-Wave JS logs will be added to the Home Assistant logs. +3. If you want to change the log level, on the Z-Wave integration panel: {% my integration badge domain="zwave_js" %}, select the cogwheel {% icon "mdi:cog-outline" %}. + - Select the **Logs** tab, then select the log level. ##### Disable Z-Wave JS logging 1. Go to the Z-Wave integration panel: {% my integration badge domain="zwave_js" %} -2. Select `Disable debug logging` on the left-hand side of the screen. - -The log level will be reset to its previous value for the integration, library, and driver, and the Home Assistant frontend will automatically send you the Z-Wave logs generated during that time period for download. +2. In the top-right corner, select the three-dot {% icon "mdi:dots-vertical" %} menu and select **Disable debug logging**. + - **Result**: The log level will be reset to its previous value for the integration, library, and driver, and the Home Assistant frontend will automatically send you the Z-Wave logs generated during that time period for download. #### The advanced way