Increase log level

This commit is contained in:
Ryan Harg 2024-11-29 14:40:34 +01:00
parent e1406dd4ef
commit 1606f8c0a9

View file

@ -4,7 +4,7 @@ services:
network_mode: host
environment:
- QUARKUS_HTTP_PORT=11000
- DDNS_LOG_LEVEL=INFO
- DDNS_LOG_LEVEL=WARN
volumes:
- ./config.json:/home/jboss/config.json
restart: unless-stopped