Increase log level
This commit is contained in:
parent
e1406dd4ef
commit
1606f8c0a9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ services:
|
||||||
network_mode: host
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
- QUARKUS_HTTP_PORT=11000
|
- QUARKUS_HTTP_PORT=11000
|
||||||
- DDNS_LOG_LEVEL=INFO
|
- DDNS_LOG_LEVEL=WARN
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.json:/home/jboss/config.json
|
- ./config.json:/home/jboss/config.json
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue