From 650f9b1fbf7596213309b8ba6e4eb8c7fd5bb600 Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Mon, 1 May 2023 18:55:10 +0100 Subject: [PATCH] Include traefik access logs --- test/integration/docker/deployer/app/config/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/integration/docker/deployer/app/config/deploy.yml b/test/integration/docker/deployer/app/config/deploy.yml index bd97dc36..8442c57b 100644 --- a/test/integration/docker/deployer/app/config/deploy.yml +++ b/test/integration/docker/deployer/app/config/deploy.yml @@ -11,3 +11,7 @@ builder: multiarch: false healthcheck: cmd: wget -qO- http://localhost > /dev/null +traefik: + args: + accesslog: true + accesslog.format: json