Skip to content

Commit

Permalink
Add option to disable log on web_server: component
Browse files Browse the repository at this point in the history
  • Loading branch information
beikeland committed Apr 1, 2023
1 parent c4dc193 commit ed26eff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/web_server.rst
Expand Up @@ -58,6 +58,7 @@ Configuration variables:
- **include_internal** (*Optional*, boolean): Whether ``internal`` entities should be displayed on the
web interface. Defaults to ``false``.
- **ota** (*Optional*, boolean): Turn on or off the OTA feature inside webserver. Strongly not suggested without enabled authentication settings. Defaults to ``true``.
- **log** (*Optional*, boolean): Whether the log should be displayed on the web interface. Defaults to ``true``.
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
- **local** (*Optional*, boolean): Include supporting javascript locally allowing it to work without internet access. Defaults to ``false``.
- **version** (*Optional*, string): ``1`` or ``2``. Version 1 displays as a table. Version 2 uses web components and has more functionality. Defaults to ``2``.
Expand Down

0 comments on commit ed26eff

Please sign in to comment.