diff --git a/bootstrap/helpers/proxy.php b/bootstrap/helpers/proxy.php index c8b626120..1c419afbf 100644 --- a/bootstrap/helpers/proxy.php +++ b/bootstrap/helpers/proxy.php @@ -155,7 +155,7 @@ function generate_default_proxy_configuration(Server $server) ], ]; if (isDev()) { - $config['services']['traefik']['command'][] = "--log.level=debug"; + // $config['services']['traefik']['command'][] = "--log.level=debug"; $config['services']['traefik']['command'][] = "--accesslog.filepath=/traefik/access.log"; $config['services']['traefik']['command'][] = "--accesslog.bufferingsize=100"; }