Logging Configuration

NRF Client Logging Environment Variables describes the environment variables available for configuring NRF Client logging.

Table 1. NRF Client Logging Environment Variables
Environment Variable Description
MTX_LOG_LEVEL The logging level for all com.matrixx packages. The default value is info.
MTX_LOG_VERBOSE The logging level for external packages, including the following:
  • io.swagger
  • io.micrometer.core.instrument
  • io.vertex
The default value is warn.
LOG_FILE_PATH The local path to the log file directory. The default value is /var/log/mtx.
LOG_FILE_NAME The name of the base log file. The default value is nf.log.
FILE_LOG_SIZE The maximum size of the base log file before rolling over. The default value is 20MB.
FILE_LOG_MAX The maximum number of rolled log files per hour. The default value is 10.