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:
- 
                                                    
Locate the config.yaml file in the Web Portal Data Directory > Configs folder.
 - 
                                                    
Add or update the logLevel property.
 - 
                                                    
Save the file and restart the web portal.
 
Update the docker-compose.yml file
To update the docker-compose.yml file, follow these steps:
- 
                                                    
Locate the docker-compose.yml file.
 - 
                                                    
Locate the
vera.web.portalcontainer section. - 
                                                    
Add or edit the
VERA_WEB_LOG_LEVELenvironment variable. - 
                                                    
Save the file and restart the web portal.