Updating the Logging Level for VERA Server

The messages log for VERA Server can be configured to various logging levels in order to filter messages based on urgency. To set the logging level, the following steps must be taken:

  1. Create/Edit the system environment variable for VERA_SERVER_LOG_LEVEL
  2.  The variable value can be set to any of the levels in the table below.
    1. By default, the logging level will be set to INFO. This means that if the environment variable is not configured at all or contains a value not supported by VERA as shown in the table below, the INFO logging level will be used.
LevelDescription
INFOAn informational listing of messages between the VERA API and external consumers.
FULLA verbose listing of all internal and external messages along with their payloads for VERA Server.
NONEDisables all logging for VERA server messages