Skip to content

Commit 5b0e9a7

Browse files
committed
Expose the Default Traefik Log Level variable
Instead of hiding it in the documentation and in the docker-compose.acme.yml and docker-compose.traefik.yml files, adding it to the sample.env file
1 parent 36da54c commit 5b0e9a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sample.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ PROJECT_DRUPAL_DOCKERFILE=Dockerfile
3535
# Includes `traefik` as a service, if false assume we are sharing a traefik
3636
# from another project.
3737
INCLUDE_TRAEFIK_SERVICE=true
38+
TRAEFIK_LOG_LEVEL=ERROR
3839

3940
# Should we use ACME to generate a SSL Certificate
4041
USE_ACME=false

0 commit comments

Comments
 (0)