From 5b0e9a768d3f5bb6b949dc2fb3817116c6f61430 Mon Sep 17 00:00:00 2001 From: Thomas Misilo Date: Thu, 21 Apr 2022 16:57:25 -0500 Subject: [PATCH] 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 --- sample.env | 1 + 1 file changed, 1 insertion(+) diff --git a/sample.env b/sample.env index 52267a9e2..fa46c292f 100644 --- a/sample.env +++ b/sample.env @@ -35,6 +35,7 @@ PROJECT_DRUPAL_DOCKERFILE=Dockerfile # Includes `traefik` as a service, if false assume we are sharing a traefik # from another project. INCLUDE_TRAEFIK_SERVICE=true +TRAEFIK_LOG_LEVEL=ERROR # Should we use ACME to generate a SSL Certificate USE_ACME=false