Update logging level for Vera Web Portal

The logs for Vera Web Portal can be configured to various logging levels in order to filter messages based on urgency.

The web portal log level options are as follows:

Level Description
info An informational listing of messages between the Vera Web Portal and external consumers.
debug A verbose listing of all internal and external messages along with their payloads for Vera Web Portal.
error A verbose listing of error messages along with their payloads for Vera Web Portal.

The default logging level is info.

To set the logging level to a different level, choose one of the following options:

Update the config.yaml file

To update the config.yaml file, follow these steps:

  1. Locate the config.yaml file in the Web Portal Data Directory > Configs folder.

  2. Add or update the logLevel property.

  3. Save the file and restart the web portal.

Update the docker-compose.yml file

To update the docker-compose.yml file, follow these steps:

  1. Locate the docker-compose.yml file.

  2. Locate the vera.web.portal container section.

  3. Add or edit the VERA_WEB_LOG_LEVEL environment variable.

  4. Save the file and restart the web portal.