From 29afe55243d3f0ae9b3411e4ad0c9fdeefb79cff Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 28 Aug 2020 12:03:03 +0200 Subject: [PATCH] services: drone-runner: more logging This makes the dashboard more useful --- drone/drone-runner.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drone/drone-runner.env b/drone/drone-runner.env index 3c2fcce..1358756 100644 --- a/drone/drone-runner.env +++ b/drone/drone-runner.env @@ -1,6 +1,8 @@ DRONE_RPC_HOST=drone.belanyi.fr DRONE_RPC_PROTO=https DRONE_RUNNER_CAPACITY=5 +DRONE_LOGS_TRACE=true +DRONE_LOGS_PRETTY=true # Put into a secret environment file #DRONE_RPC_SECRET=FIXME-CHANGE-THIS #DRONE_UI_USERNAME=FIXME-CHANGE-THIS