Modify environment variables to set logging levels.
BlueCat Health Monitoring receiver
Add a LOG_LEVEL parameter to the environment variables in receiver-docker-compose.yml.
Log level
options
- ERROR
- DEBUG
- INFO
- WARNING
- CRITICAL
Example receiver-docker-compose.yml:
version: "3"
volumes:
portal_logs:
services:
receiver:
image: quay.io/bluecat/bhm:22.1-GA-receiver
ports:
- "10045:80"
environment:
- DB_CLUSTER=${DB_CLUSTER}
- DB_USERNAME=${DB_USERNAME}
- DB_PASSWORD=${DB_PASSWORD}
- PORTAL_IP=${PORTAL_IP}
- LOG_LEVEL=DEBUG
restart: always
BlueCat Health Monitoring portal
Configure BlueCat Health Monitoring portal logging through the Gateway user interface. For more information, refer to Configuring log settings in the Gateway Administration Guide.